Reputation: 1277
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:
Any help on this issue would be most appreciated.
Additional Notes: It is a win32 debug project in C++.
Upvotes: 1
Views: 197
Reputation: 251
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
Upvotes: 1