How to turn off showing assembly codes when debug?
I accidentially turn开发者_运维技巧 on this mode and want to return to previous setting. How can I do this?
Not sure about VS2010, but in VS 2008 Go to Tools->Options->Debugging->General and uncheck Show disassembly if source is not available.
Tools->Options->Debugging->General-> Uncheck "Enable address-level debugging->Show disassembly if source not available"
All debugging options are in the Debug menu => Option & Settings. Could you explain your issue a little more precisely?
Either way, look at the different options available here, in the Debugging tab.
I believe you can turn it off in the same way that you turned it on:
On the Debug menu, choose Windows, and click Disassembly.
精彩评论