Hello!

I spent too much time to locate / go back to where I was before VB6 put the cursor to the line

Code:
Form.Show vbModal, Me
How do you handle this?
I spent too much time to navigate back. In case somebody wants to see what I am talking about I have recorded a video here:



What I sometimes do in such a situation:
I use "Undo". Then VB6 undoes my last text input and automatically jumps to this line, but sometimes that stops the debugger, that is why I need to find a better way.

Thank you!