H
horos
hey all,
I'm aware of actions - ie: the ability to add statements to an already
running perl script that you are debugging.
However, is there a 'change' type of action, or a 'delete' type of
action? Suppose I want to replace one foreach loop with another foreach
loop without restarting the program, or suppose I want to comment out a
piece of upcoming code. Does anyone have a good way to do this?
Also, is there a way to maneuver up and down the stack, and to do like
gdb and basically continue until a subroutine returns to its caller, or
continues until a later line in the file is reached? And is there a way
to print out variables in the parent stack?
Thanks much,
Ed
I'm aware of actions - ie: the ability to add statements to an already
running perl script that you are debugging.
However, is there a 'change' type of action, or a 'delete' type of
action? Suppose I want to replace one foreach loop with another foreach
loop without restarting the program, or suppose I want to comment out a
piece of upcoming code. Does anyone have a good way to do this?
Also, is there a way to maneuver up and down the stack, and to do like
gdb and basically continue until a subroutine returns to its caller, or
continues until a later line in the file is reached? And is there a way
to print out variables in the parent stack?
Thanks much,
Ed