gwomacks / php-debug

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

Code stops each time at @mkdir($dst) line #232

Closed kenorb closed 7 years ago

kenorb commented 7 years ago

Each time when I run my Behat tests, the code stops at:

@mkdir($dst);

line despite I don't have any breakpoint at this line. Why this happens and how to disable this?

Here are these lines from BehatHtmlFormatterPlugin:

cchamplin commented 7 years ago

This is likely due to your exception breaking settings. Can you try adjusting those in the atom settings and let me know if it resolves the issue?

kenorb commented 7 years ago

I think it is. I believe disabling xdebug.show_exception_trace helped, but I won't be able to verify this in the previous setup.