About automatic stop when php debug occurs in visual studio code

Asked 1 years ago, Updated 1 years ago, 74 views

We are developing a cakephp3 system with visual studio code.

I am using php debug using xdebug below.
https://github.com/felixfbecker/vscode-php-debug

Debugs with breakpoint settings work normally, but
When an exception occurs, the debugs will be paused at the point where the exception occurs.

Are there any options to prevent debugging from stopping even if an exception occurs?

php debugging vscode

2022-09-30 16:15

1 Answers

I solved myself.
In the lower left corner of the visual studio code debug screen, there was an item called Breakpoint, where you could switch debug pauses in case of an exception.


2022-09-30 16:15

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.