gwomacks / php-debug

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

Red line: what does it mean? #185

Closed rzelnik closed 7 years ago

rzelnik commented 8 years ago

If the debugging process stops on a line that is highlighted dark red, how can I find out, what kind of error or warning causes the break?

cchamplin commented 8 years ago

Ideally we need a console for exception messages, along with some kind of contextual message for the associated code points. I'll see what I can come up with in the coming weeks.

cchamplin commented 8 years ago

This has been addressed in d98f794 and should land in v0.2.4