cchamplin / atom-debug-ui

MIT License
4 stars 3 forks source link

php-debug no longer works properly #1

Open rotorboy opened 6 years ago

rotorboy commented 6 years ago

php-debug recently updated itself to 0.3.3 and said that atom-debug-ui 1.0.1 was necessary. I installed both, and now php-debug no longer functions properly.

Specifically, While I can set a breakpoint, and execution stops when a breakpoint is hit, "stepping over" essentially causes execution to start to "run", but no other stopping occurs, and more annoyingly, the executing script never terminates. Its as if execution has stopped, as if at the next "breakpoint" (i.e the following line of code), but Atom is showing as if "continue" was clicked.

Detaching sometimes allows execution to resume, but sometimes not, and I must quit atom/Chrome.

Any ideas or help would be appreciated, as I'm unable to do any debugging...

Thanks

PS cross posting this to php-debug as well