C
C#•7mo ago
KidKai25

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. catsip
No description
5 Replies
Angius
Angius•7mo ago
Wym "go back to code line"
SinFluxx
SinFluxx•7mo ago
I assume they mean when you've got the yellow arrow on the left that you can drag to skip code
Stringy
Stringy•7mo ago
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.
KidKai25
KidKai25•7mo ago
I can't go back to any code line in try block. Drag the arrow back up.
KidKai25
KidKai25•7mo ago
@ZZZZZZZZZZZZZZZZZZZZZZZZZ
No description