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
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.
© 2024 OneMinuteCode. All rights reserved.