deadpahn opened a new issue, #5288:
URL: https://github.com/apache/netbeans/issues/5288
### Apache NetBeans version
Apache NetBeans 16
### What happened
I am experiencing issues with xdebug (for PHP) in Netbeans. The green line
is not moving when I try to step through the code, and I am unable to navigate
to specific parts of the code using the call stack. I have tried multiple
configurations over the course of 15 hours, and am considering trying a
different IDE to determine if the issue is with xdebug. My custom .ini file and
docker-compose.yml have been included for reference.
### How to reproduce
My custom .ini is :
zend_extension=xdebug.so
xdebug.mode=develop,debug
xdebug.start_with_request=yes
xdebug.client_host=host.docker.internal
xdebug.discover_client_host = true
xdebug.idekey="netbeans-xdebug"
and my docker-compose.yml has this:
extra_hosts:
- "host.docker.internal:host-gateway"
### Did this work correctly in an earlier version?
No / Don't know
### Operating System
OS: Linux Mint 21.1 x86_64 Kernel: 5.15.0-57-generic
### JDK
PHP
### Apache NetBeans packaging
Apache NetBeans provided installer
### Anything else
_No response_
### Are you willing to submit a pull request?
Yes
### Code of Conduct
Yes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists