简体   繁体   English

如何在代码块中查看汇编语言?

[英]How to see the assembly language in code-blocks?

In visual C++ , we can see the converted assembly language. 在Visual C ++中,我们可以看到转换后的汇编语言。 How do I do It in code blocks? 如何在代码块中执行此操作? If it's not possible in code-blocks then How do I do it in Ubuntu 13.10? 如果在代码块中不可能,那么如何在Ubuntu 13.10中实现呢?

When debugger breaks in C++ source line, select Debug - Debugging Windows - Disassembly to see Assembly code. 当调试器在C ++源代码行中中断时,选择“调试”-“调试Windows”-“反汇编”以查看汇编代码。

Of course, without Code::Blocks, you can use classic gdb or some gdb GUI wrapper, like KDbg. 当然,没有Code :: Blocks,您可以使用经典的gdb或某些gdb GUI包装器,例如KDbg。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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