gwomacks / php-debug

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

breaking randomly #179

Closed mihaibrehar closed 7 years ago

mihaibrehar commented 8 years ago

I've got a very strange behaviour in Ubuntu 14.04 and Atom 1.9.9 (but also tested with older versions). Xdebug version is 2.2.3

The debugger is breaking randomly. I press on "Continue" and it just jumps to another random place. Sometimes it jumps to the next line.

I've cleared all breakpoints and then I've added one single breakpoint, but I can not reach it.

Very strange stuff. What can be the cause?

cchamplin commented 7 years ago

You should be able to adjust this by unchecking break on php exceptions/warnings/notices etc. Closing this, feel free to reopen if you need additional support.