简体   繁体   中英

Disassembly in Visual Studio 2012 Ultimate

I'd like to check the generated assembly code of the compiler optimized parts (release) of my C++ code in Visual Studio 2012 Ultimate. There are articles on the web about a Disassembly window, but I can't access it.

The disassembly window is available during debugging of applications through the menu

  • Debug -> Window -> Disassembly

It is possible that the Visual Studio profile you chose excluded this option. If so then you can just invoke the following command from the Command Window while debugging and it will show the window

  • View -> Other Windows -> Command Window
  • Type: Debug.Disassembly

在包含您希望检查反汇编的函数的cpp文件的属性页中,转到“输出文件”类别,您可以启用程序集转储到提供的文件名。

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