MCUXpresso breakpoint issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MCUXpresso breakpoint issue

3,205 Views
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 Replies

2,557 Views
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,557 Views
BlackNight
NXP Employee
NXP Employee

Hi Ken,

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

I hope this helps,

Erich