You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2023/01/13 04:18:28 UTC

[GitHub] [netbeans] deadpahn opened a new issue, #5288: Debug cursor not showing in Linux Mint Cinnamon

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: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] deadpahn commented on issue #5288: Debug cursor not showing in Linux Mint Cinnamon

Posted by GitBox <gi...@apache.org>.
deadpahn commented on issue #5288:
URL: https://github.com/apache/netbeans/issues/5288#issuecomment-1382905739

   Nothing out of the ordinary in Advanced. I setup the path correct. I can confirm with the same settings it worked in PHPSTORM.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] KacerCZ commented on issue #5288: Debug cursor not showing in Linux Mint Cinnamon

Posted by GitBox <gi...@apache.org>.
KacerCZ commented on issue #5288:
URL: https://github.com/apache/netbeans/issues/5288#issuecomment-1381404504

   It seems like something is wrong with your configuration.
   Have you tried to setup path mapping in project properties > Run Configuration > Advanced?
   
   I use debugging with xdebug in NetBeans daily and it works (PHP running on local machine without docker).


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists