Geertjan,
the code needs a few classes from the compiler tree API (e.g.
com.sun.source.util - TreePath, Trees, etc). I looked around but couldn't
find what dependency to add to the project instead. It seems that those
classes are still available in newer SDKs, but the compilation fails in
them.
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