Menu

#636 debugger console interactivity

v0.6.x
closed
Debugger (177)
5
2016-05-18
2011-10-07
steve
No

I would like to be able to step through the code interactively in the debugger console, using native perl debugger commands, while watching syntax highlighted source code in another console. Is this possible in EPIC, or must one use the little GUI icons? Thanks.

Discussion

  • Jan Ploski

    Jan Ploski - 2011-10-07

    You can evaluate expressions while suspended on a breakpoint using the "Perl Expression" view, but you cannot actually control that the debugger with commands like stepping/suspend/resume. These actions are supposed to be performed by clicking on the icons (or by using keyboard shortcuts), EPIC issues the commands on your behalf to the debugger instance under its control.

     
  • Oliver Trosien

    Oliver Trosien - 2016-05-18
    • status: open --> closed
    • Group: --> v0.6.x
     

Log in to post a comment.