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,
Thanks
Ken
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
Hi Ken,
it is 'skip all breakpoints', see Skipping Breakpoints | MCU on Eclipse .
I hope this helps,
Erich