How to go back to code line in try after Exception occurs?
Is there any way? Dragging doesn't work. 😦
PS- Always wanted to ask this quesiton.
5 Replies
Wym "go back to code line"
I assume they mean when you've got the yellow arrow on the left that you can drag to skip code
You have to continue the debugger then get the try block of code to fire again. Once you hit the exception you can’t go back. If you’re trying to see what caused the exception, check the stack trace on the ex parameter
Also I never knew you could drag that yellow arrow when debugging, I’m going to have to try that tomorrow.
I can't go back to any code line in try block.
Drag the arrow back up.
@ZZZZZZZZZZZZZZZZZZZZZZZZZ