7 years, 1 month ago.

KL25Z with pyOCD on Esclipse - Debugger will only ever step into, never over or step out

Using pyOCD with eclipse on the KL25Z, I have found that after one or two successful debugging runs, the debugger will throw up an error for "too many breakpoints" if you have more than 2, and it will start only stepping in. regardless if you press F6 (step over) or F5 (step in) F7 (step out) has no effect.

The only way I have been able to fix this is to removed the project from eclipse, removed the debug configuration. then re-add the project and configuration. Only for it to happen 1 or 2 debugging attempts later.

Has anyone else had this issue?

Be the first to answer this question.