简体   繁体   English

在qt whit c ++代码中不显示汇编代码

[英]in qt whit c++ code don't show assembly code

I am using linux ubuntu , and I am using QTCreator 5.2 32 bit. 我正在使用linux ubuntu,并且正在使用QTCreator 5.2 32位。 I compile a program in debug mode, for debugging I use break point. 我在调试模式下编译程序,调试时使用断点。 when 1 compile it , it shows an assembly code and if I close assembly file and use F5 for run to next break point , it again shows assembly code, how can I disable showing assembly mode? 当1编译它时,它显示一个汇编代码,如果我关闭汇编文件并使用F5运行到下一个断点,它将再次显示汇编代码,如何禁用显示汇编模式?

Thanks 谢谢

You cannot stop from showing assembly code while debugging, way out is just make sure you place break points in your code, so when you press resume button (F5 key in your case) it will come back to your code. 您不能在调试时停止显示汇编代码,但要确保在代码中放置了断点,这是解决之道,因此,当您按下恢复按钮(在您的情况下为F5键)时,它将返回您的代码。

I have seen same behavior in Visual Studio (Windows) and XCode (Mac). 我在Visual Studio(Windows)和XCode(Mac)中看到了相同的行为。

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

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