Why is KDS stopping/breaking without breakpoint?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Why is KDS stopping/breaking without breakpoint?

跳至解决方案
534 次查看
asfarley
Contributor IV

Debugging has been working fine in general but I'm having one strange issue: KDS is breaking (as if I've set a breakpoint) on a particular line, despite all breakpoints having been removed and the project being cleaned/re-built. 

The particular breakpoint is an interrupt timer event. Previously I'd set a breakpoint inside this function to confirm that it's being executed. This problem feels a bit like the "remove all breakpoints" function isn't working correctly. 

Possibly related: the line I'm breaking on is a macro.

Anyone seen this before?

0 项奖励
回复
1 解答
439 次查看
BlackNight
NXP Employee
NXP Employee

I have seen this a few times, and it was related to the fact that the hardware breakpoints on the part were somehow confused. Power off the board and on again with a fresh download of the application image solved that problem in the past for me.

I hope this helps,

Erich

在原帖中查看解决方案

1 回复
440 次查看
BlackNight
NXP Employee
NXP Employee

I have seen this a few times, and it was related to the fact that the hardware breakpoints on the part were somehow confused. Power off the board and on again with a fresh download of the application image solved that problem in the past for me.

I hope this helps,

Erich