How to disable that Codewarrior stops upon each interrupt when debugging?

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

How to disable that Codewarrior stops upon each interrupt when debugging?

1,321 次查看
consilium
Contributor I

Looking in the documentation there shall be a tab whilst in debug mode where this can be disabled but that tab does not exist in our version? Codewarrior MCU (Eclipse), version 10.6, build 140329. Target: MPC5643L.

标签 (1)
0 项奖励
回复
2 回复数

1,130 次查看
TICS_Fiona
NXP Employee
NXP Employee

User can skip the breakpoint from the <Run> menu->Skip all breakpoints.  And to show the breakpoints existing in the project, please open the Breakpoint View from <Windows> menu->Show Views->Other, then extract ‘Debug’ to find ‘breakpoints’.

Fiona Kuang

Technical Information & Commercial Support

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复

1,130 次查看
consilium
Contributor I

Thank you for your reply. The list of breakpoints are found the way you describe but the breakpoints causing the issue are not present in that list.

It seems as each interrupt in the CPU is what causes the unwanted and invisible breakpoints while debugging but *only* when single stepping, not when running. Does anyone recognize this issue?

0 项奖励
回复