How to stop Visual Studio debugger from stepping into assembly?
How to stop Visual Studio debugger from stepping into开发者_JS百科 assembly?
Uncheck Tools->Options->Debugging->Enable address-level debugging->Show disassembly if source not available
Do you have access to the source?
DebuggerStepThroughAttribute
精彩评论