brapifra / vscode-phpserver

Visual Studio Code extension to quickly serve your PHP projects :)
89 stars 29 forks source link

How can I activate debug? #133

Open trezzam opened 1 year ago

trezzam commented 1 year ago

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