F
F
fapchat2019-10-24 23:37:42
xdebug
fapchat, 2019-10-24 23:37:42

Is everything correct with the Apache ports and have I configured them correctly in xdebug?

5db20b467f010224597375.pngI understand: I have port 80

spoiler
[email protected]:~$ atom  /etc/apache2/ports.conf
5db2097870486805925831.png

I put this port everywhere, even in the settings of xdebug itself and in all php-ini files I added
zend_extension = /usr/lib/php/20180731/xdebug.so
xdebug.remote_enable=1
xdebug.remote_host=127.0.0.1
xdebug.remote_connect_back=1 # Not safe for production servers
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_mode =req
xdebug.remote_autostart=true

Maybe add them not to php files at all
spoiler
5db20a7707b39676890314.png5db20a7b763de237662037.png

Xdebug renders errors, but not php-debug just
not attached
and cannot perform the main function of the debugger with
breakpoints

spoiler
5db20b0b1425f276543644.png5db20b554fb9a417415068.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question