visual studio 2008 - How do I turn debugging in disassembly off permanently? -


whilst debugging console app in c# , vs2008, disassembly window appears uninvited.

i debugging code line line using f11. have break points set , starts off after call in method open database connection, debugger opens disassembly window , stays there. have right-clicked on disassembly tab , selected hide window pops again hit f11.

how turn debugging in disassembly off permanently?

go debug->options , settings, uncheck box enable address-level debugging , should want.

enter image description here

you may want check enable code if not checked.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -