php - Can debug in port :80 but not :9999, etc... (Xdebug & PhpStorm) -


so, i've spent whooole day trying set up, yet haven't been able to.

my current workflow:

apache server (xampp) listens ports 80 (default xampp webpage) , 9999, 9998, etc virtual servers custom document roots. so, accessing same ip different port returns different project.

i develop in 1 machine locally. use utilize dhcp provided ip address. type 192.198.1.xxx whenever refering device instead of localhost. avoid firewall issues turned windows firewall off.

my today's configuration xdebug work:

  • phpstorm php7 interpreter - ok
  • xampp matching xdebug installation (dll file, php.ini configs) - ok
  • phpstorm xdebug port - ok
  • phpstorm run/debug configurations - did 2 configurations, 1 server xxx.xxx.xxx.xxx:80, server xxx.xxx.xxx.xxx:9999, same ip different ports.
  • phpstorm web server debug validation - ok

result:

debug session *80 successful, page loads in browser , stops execution ide debugging... if try debug *:9999 application executes begin end, doesn't stops @ all, , ide console displays "waiting incoming connection ide key xxxx"

so, guess port configuration issue, think?

edit

request default xampp webpage, debug successful

request project webpage, debung unsuccessful


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -