Hello,
I'm currently working on a project with the MK10DX and an LPC-Link2 for debugging. Recently, I've realized that none of my breakpoints seem to be recognize when debugging.
I tried a few things already like double checking the debug configuration, or that I did not disable every breakpoint, only having a single breakpoint, or running other projects and nothing seems to work.
Has this been an issue for anyone before, or can anyone suggest what else to look into?
Thank you.
And the code has not been removed (dead-stripped) by the linker?
Can you check the linker map file if the functions where you set the breakpoints really exist.
Does the breakpoint have the blue 'checkmark' set when you set the breakpoint?
What does the breakpoint view say/show?
And: any useful information in the console view, maybe showing the reason why it failed to set the breakpoint?