MCUXpresso breakpoint issue

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

MCUXpresso breakpoint issue

3,208 次查看
kensu
Contributor V

Hi,

Sometimes, after some debug operation, I cannot set breakpoints, and the symbol is change.

I had remove all breakpoints and set new breakpoints,

I don't know what the symbol of my picture is. And the breakpoints will cannot use.

What setting will cause me to see this breakpoints symbol, 

pastedImage_1.png

Thanks

Ken

2 回复数

2,560 次查看
lpcxpresso_supp
NXP Employee
NXP Employee

This feature is documented within the 10.0.2 version of the MCUXpresso IDE User Guide - see the Appendix section on Breakpoints.

You can use the "Skip all breakpoints" icon in the Breakpoints view (or on the main toolbar) to temporarily disable all breakpoints. This can be particularly useful on parts with only a few breakpoints available, particularly when you want to reload your image, which will typically cause the default breakpoint on main() to be temporarily set again automatically by the tools.

Yours,

MCUXpresso IDE Support

2,560 次查看
BlackNight
NXP Employee
NXP Employee

Hi Ken,

it is 'skip all breakpoints', see Skipping Breakpoints | MCU on Eclipse .

I hope this helps,

Erich