brummett / Devel-hdb

A graphical Perl debugger implemented as a web service
31 stars 9 forks source link

Step over event loops #57

Closed brummett closed 9 years ago

brummett commented 10 years ago

Have a mode where step over acts like 'run' if the next statement is inside an AnyEvent infrastructure. IT should stop the next time a handler callback gets control, or control leaves the event loop.

brummett commented 9 years ago

You can accomplish this with regular breakpoints and putting $DB::single=1 in the code