Closed brummett closed 9 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.
You can accomplish this with regular breakpoints and putting $DB::single=1 in the code
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.