vote up 1 vote down star
1

The Visual Studio 2005 C++ debugger keeps stepping into disassembly view when I "Step into" or "Step Over". This is not something I want, so I have to keep right-clicking and "Go To Source Code".

It doesn't always do this - I think it gets confused when stepping between different projects in the same solution (static libs, and one console app) but all the projects have default settings and the "debug" configuration is selected, and cleaning and rebuilding doesn't make any difference.

flag

1 Answer

vote up 1 vote down check

There is an option under the menu Tools/Options/Debugging/General. Make sure the "Show Disassembly If Source Is Not Available.” setting is turned off.

You can also look at General, Debugging, Options Dialog Box on the MSDN site.

link|flag
From what I understand in the link you put is that "Enable address-level debugging" also causes the disassembly window to pop. – Shaihi Sep 10 at 8:42

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.