You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I put a breakpoint in VS code and tried configuring remote debug in php.ini:
xdebug.mode= debug
xdebug.start_with_request=yes
xdebug.remote_enable=1
xedebug.remote_autostart=1
xdebug.remote_port=3000
but it doesn't trigger. Is there a supported way?
Thanks
The text was updated successfully, but these errors were encountered:
Hi I put a breakpoint in VS code and tried configuring remote debug in php.ini:
xdebug.mode= debug
xdebug.start_with_request=yes
xdebug.remote_enable=1
xedebug.remote_autostart=1
xdebug.remote_port=3000
but it doesn't trigger. Is there a supported way?
Thanks
The text was updated successfully, but these errors were encountered: