keil,调试告警 This target device does not support all the defined breakpoints! Please reduce the number of breakpoints and start again.

Deadly 提交于 2019-12-03 22:32:54

keil调试的时候告警This target device does not support all the defined breakpoints! Please reduce the number of breakpoints and start again.

“此目标设备不支持所有定义的断点请减少断点数并重新启动。”

意思是断点太多了,经过检测断点超过5个就会出现这种问题

解决方案:

继续开启调试模式,弹出告警框之后,点击确定,去掉告警框,然后再用快捷键(Ctrl+B),打开breakpoints ,能够看到所有的断点,可以选择将所有的断点去掉(kill all)或者去掉部分断点(kill selected),勾选read和write前面单选框,关闭当前弹出框,就能解决问题了。

一.开启调试,点击确定,去除Error

二.Ctrl+B,打开Breakpoints

三.去除断点,勾选read和write,关闭

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!