-
-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
php.debug.startWithStopOnEntry #945
Comments
Does it work if you click on the run button? |
Yes, but the debug starts immediately and not on request. |
Thats probably the "play" button on the right side of the editor? How about the play button on the left, when you open the debug side menu. Sorry, can't give you a screenshot, I'm on the phone. https://code.visualstudio.com/docs/editor/debugging (left side) |
Also, do you have any other PHP extensions installed? |
Using the toolbar on the left side I'm able to start the debug correcly. |
Thanks. Will investigate. |
Hm. What I did last version was that I renamed the command |
PHP version: 7.4.33 (cli)
Xdebug version: 3.1.2
VS Code extension version: 1.34..0
Your launch.json:
Xdebug php.ini config:
Using F5 command I'm not able to start the debugger because I'm getting the following error:
command 'php.debug.startWithStopEnrty" not found
The text was updated successfully, but these errors were encountered: