gwomacks / php-debug

Atom Text Editor package for PHP debugging
MIT License
119 stars 31 forks source link

Stop only on breakpoints? #193

Closed devgiu closed 7 years ago

devgiu commented 7 years ago

Hi,

I'm trying to debug an app, and I have the extension working, but there is something is annoying, it stops in any error (red line), and not sure if it's possible to avoid this (I guess so, eclipse for example don't stops).

I only want to stop where I have a breakpoint. I'm working on a legacy code, and there are a lot of "controlled/expected errors", and debugger is stopping in each one of them.

Regards.

devgiu commented 7 years ago

Nevermind, I noticed right now you can configure wich exceptions stops, in extension settings screenshot_025