Re: Replacing dependency on tools.jar in Java 11

2019-08-22 Thread Alex Kotchnev
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.

[RESOLVED] Netbeans 11.1 and Xdebug

2019-08-22 Thread Haunted2
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

Re: Netbeans 11.1 and Xdebug

2019-08-22 Thread Paolo Scarabelli
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