I tried with the configuration suggested by Tobias Oelgarte and it
worked like a charm.
Basically i removed the two options:
xdebug.remote_host=localhost
xdebug.remote_port=9000
In php.ini
Thanks!
-
To unsubscribe, e-mail: u
Hi, xdebug works for me with Netbeans 11.1.
My configuration is:
Netbeans (Tools->Options->PHP->Debugging):
Debugger port: 9000
Session ID: netbeans-xdebug
Maximum data length: 2048
All remaining checkboxes are unchecked.
xdebug.ini (/etc/php/7.3/apache2/conf.d/20-xdebug.ini):
zend_extension=xde
Its working for me with Netbeans 11.1. Did you configure the IDE Key?
PHP Config (xdebug.ini), Netbeans with default settings:
zend_extension=xdebug.so
xdebug.remote_enable=1
xdebug.remote_autostart=1
xdebug.remote_connect_back=1
xdebug.idekey="netbeans-xdebug"
xdebug.show_local_vars=1
xdebug.ov
Does anybody managed to have Xdebug working in Netbeans 11.1? I tried in
many ways following the official documentation
(http://wiki.netbeans.org/HowToConfigureXDebug) and non official
tutorials but Netbeans is always stuck on "waiting for connection."
waiting for connection
The xdebug extension