简体   繁体   中英

C++, Visual Studio Disassembly Not Availble

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++.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM