Akeran

How do I switch to assembly code view in VS Debugger for native project I can't find that menu item. Do I need to install processor packs (if any) to get it

Same question for "CPU Registers" windows


Re: Visual C++ 2008 (Pre-release) Disassembly view in Debugger (Visual Studio Orcas)

Jonathan Caves - MSFT

I use right-click and "Show Disassembly"






Re: Visual C++ 2008 (Pre-release) Disassembly view in Debugger (Visual Studio Orcas)

Akeran

It was the first thing I tried but "Show Disassembly" is not in the right-click pop-up menu





Re: Visual C++ 2008 (Pre-release) Disassembly view in Debugger (Visual Studio Orcas)

Akeran

I think I have the answer: I have to go to Tools- > Options -> Debugging- > General and set "Enable Address Level Debugging"

After that I got "Go to Disassembly" on right click