Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automatic Step over

I have been getting this error message when I step into some methods

Do you want to continue being notified when an Automatic step over occurs?

I usually answer Yes and I get taken to the line I want to step to.

However, I just pressed No (cause I was tired of the dialog box always popping up). When I did that it skipped a lot of code I wanted to step through. Now when I step into my method it is skipping my method (and jumping to the finally block because the method I am trying to step into is throwing an exception).

How can I change my answer back to Yes?

I would prefer it never ask me (default showing the code), but if faced with the choice of it skipping the code I need to see, or having a NagBox, I will take the NagBox.

like image 274
Vaccano Avatar asked Dec 08 '22 02:12

Vaccano


1 Answers

I'm blissfully unaware of this. Try Tools + Options, Debugger, "Step over properties and operators" checkbox. If that's not it, document the key you press.

like image 108
Hans Passant Avatar answered Jan 12 '23 05:01

Hans Passant