Executing code

blakeaa827 wrote on Mon Feb 26 22:21:54 CET 2007:
I'm sorry if I have just overlooked this detail, but I haven't seen anything
mentioned about it, and I can't find a way to do it in the debugger.

Is it possible to execute code in the middle of debugging a script in order
to check various output at different points?  Or maybe better yet, is there
a way to interact directly with the debugger between steps?

Thanks,
Blake
jploski wrote on Mon Feb 26 22:28:40 CET 2007:
You can execute code through the "Perl Expression View" (enter code there,
select a stack frame, click on the Run icon of the view).

There is currently no way to interact with the debugger between the steps.

Note: The above is an archived snapshot of a forum thread. Use the original thread at sf.net to post comments.