Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

Dragging the debugger yellow arrrow

I see how I can move the line of execution forwards and backwards during debugging, but is there a way to switch backwards to the calling function?

Once control is inside a function, I am fine. But once there can I step back to the function which called it?

Thanks.
SOLUTION
Avatar of disrupt
disrupt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
did you try right clicking and then clicking set next statement ?
ASKER CERTIFIED SOLUTION
Avatar of AndyAinscow
AndyAinscow
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER

Using the Call Stack does get me back out of the function so I can inspect the value, but it does not move the execution point backward. The links we simplified degugging tricks...

Thanks