Not breaking on breakpoint

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

Not breaking on breakpoint

跳至解决方案
1,916 次查看
zwilcox
Contributor IV

I'm using a PE Micro USB Multilink Interface module to connect to my target.  Also using CodeWarrior 11.0.0 on Windows 10.

 

I have been having troubles breaking at breakpoints, so I placed a break point in a loop.

 

When I invoke the debugger, the source comes up in the left window/panel and the debugger is sitting at right after main.   As you can see, I have three break point set at Line 22, 23, and 24.  The breakpoints are a Regular, Hardware, and Software.

So, at this point, I click on the "Resume" icon (green triangle just under "Run" in top menu).  Execution does not stop at the break point. 

Any ideas on why I can't break at breakpoints that I set?

标记 (2)
1 解答
1,784 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Zachary Wilcox,

It seems you have disable all the breakpoints, please click the below button to enable it :

pastedImage_1.png

Hope it helps


Have a great day,
TIC

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

在原帖中查看解决方案

1 回复
1,785 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Zachary Wilcox,

It seems you have disable all the breakpoints, please click the below button to enable it :

pastedImage_1.png

Hope it helps


Have a great day,
TIC

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