legion80 / TextMateDBGp

A PHP debugging plugin for TextMate.
Other
12 stars 3 forks source link

Allow the user to halt execution in the middle of a session #11

Open legion80 opened 13 years ago

legion80 commented 13 years ago

The user right now has to wait for the debugger to break in order to do anything. If the code had, for example, an infinite loop, the user should be able to send a pause message to the debugger.