gwomacks / php-debug

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

Add ability to toggle auto-breaks #267

Closed JasonTheAdams closed 6 years ago

JasonTheAdams commented 6 years ago

Currently if there is an error somewhere in the code it automatically stops on that line with the red highlight. Sometimes I want to debug something but some other plugin I have no control over is throwing warnings. I know they're there but they're minor and can be ignored.

It would be great to be able to toggle the auto-breaks so it only stops on explicit breaks that the user sets.

Thanks! Invaluable tool!

cchamplin commented 6 years ago

Should be fixed in v0.3.0