Back debug line

5

In the old Visual Basic if you were in debug step-by-step and without wanting to go beyond a line you wanted to check, there was the option to go with the cursor up the line above and press the key combination: Crtl + F9 so that debug returned to that line.

Is there an option (or something similar) in Visual Studio 2013?

    
asked by anonymous 22.05.2015 / 16:01

1 answer

3

In Visual Studio, in debug mode, a yellow arrow appears on the left side of the code.

You can drag this arrow up to re-execute code.

    
22.05.2015 / 16:46