I can't get xdebug to catch on a breakpoint using https, but it works fine with http. Here is the xdebug config in php.ini:
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_autostart = 0
xdebug.remote_connect_back = 0
xdebug.idekey = "netbeans-xdebug"
I've looked over the xdebug docs but can't find any mention of https. Is there any way to make this work?
I had the same issue with PHPStorm/IDEA. Had to change host port from 80 to 443 in Servers settings
IDEA: Preferences -> Languages & Frameworks -> PHP -> Servers
PHPStorm: Settings > PHP > Servers
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With