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