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.