1

I'm trying to view the disassembly of my code as explained in the article below:

How to view the assembly behind the code using Visual C++?

But I can't seem to find the disassmebly option: enter image description here

Any help on this issue would be most appreciated.

Additional Notes: It is a win32 debug project in C++.

Community
  • 1
  • 1
Math4123
  • 1,267
  • 4
  • 12
  • 23

1 Answers1

1

I use MS Visual Studio 2012 and I see option "Go to disassembly" when debugging code. I suppose that such features can depend on Visual Studio edition. So see your version and refer to http://www.visualstudio.com/en-us/products/compare-visual-studio-products-vs.aspx

Also, maybe some options of IDE switch this option, see http://http.developer.nvidia.com/NsightVisualStudio/3.2/Documentation/UserGuide/HTML/Content/PTX_SASS_Assembly_Debugging.htm

petrovich
  • 251
  • 1
  • 6