当前位置:网站首页>qt creater断点调试程序详解
qt creater断点调试程序详解
2022-07-05 14:47:00 【阿宁(xin)。】
qt creater程断点快捷键
| 快捷键 | 含义 |
|---|---|
| Ctrl+R | 直接运行程序 |
| F5 | 调式程序 |
| F10 | 单步调试 |
| Shift+F11 | 单步进入调式 |
| F9 | 添加断点、删除断点 |
F5 快捷键运行程序,即可调试。在断点调试过程中,可以
- 查看函数的调用情况
- 查看变量的值

F5添加断点后的界面(红色为添加的断点)
将鼠标点击到要添加的断点处,按快捷键F5即可。
添加断点后按键F10界面介绍


异常情况
Unable to create a debugging engine.
当按键F5应用程序报错出现“Unable to create a debugging engine.”,而且主界面出现如下效果,就是安装qt是没有安装调试组间。
解决方法
1.打开控制面板,选择安装的qt程序
- 右击小程序,选择更改(千万不要选择卸载),安装如下插件

3.安装完毕后,关闭界面,重启qt应用程序即可。
边栏推荐
- 【NVMe2.0b 14-9】NVMe SR-IOV
- CPU设计实战-第四章实践任务三用前递技术解决相关引发的冲突
- 【華為機試真題詳解】歡樂的周末
- STM32+BH1750光敏传感器获取光照强度
- Behind the ultra clear image quality of NBA Live Broadcast: an in-depth interpretation of Alibaba cloud video cloud "narrowband HD 2.0" technology
- CPU design practice - Chapter 4 practical task 2 using blocking technology to solve conflicts caused by related problems
- 想进阿里必须啃透的12道MySQL面试题
- PHP - fatal error: allowed memory size of 314572800 bytes exhausted
- Niuke: intercepting missiles
- Install and configure Jenkins
猜你喜欢
随机推荐
leetcode:881. lifeboat
Is the securities account given by the head teacher of qiniu school safe? Can I open an account?
Selection and use of bceloss, crossentropyloss, sigmoid, etc. in pytorch classification
Fonctions communes de thymeleaf
通过npm 或者 yarn安装依赖时 报错 出现乱码解决方式
漫画:优秀的程序员具备哪些属性?
Longest common subsequence dynamic programming
easyOCR 字符識別
Detailed explanation of usememo, memo, useref and other relevant hooks
Photoshop plug-in action related concepts actionlist actiondescriptor actionlist action execution load call delete PS plug-in development
Disjoint Set
Isn't it right to put money into the external market? How can we ensure safety?
Thymeleaf th:classappend attribute append th:styleappend style append th:data- custom attribute
Super wow fast row, you are worth learning!
Jmeter性能测试:ServerAgent资源监控
Online electronic component purchasing Mall: break the problem of information asymmetry in the purchasing process, and enable enterprises to effectively coordinate management
注意!软件供应链安全挑战持续升级
Intelligent supply chain collaboration system solution for daily chemical products industry: digital intelligent SCM supply chain, which is the "acceleration" of enterprise transformation
Thymeleaf 常用函數
裁员下的上海



![[learning notes] stage test 1](/img/22/ad16375d8d1510c2ec75c56403a8bf.png)




