Debugging has been working fine in general but I'm having one strange issue: KDS is breaking (as if I've set a breakpoint) on a particular line, despite all breakpoints having been removed and the project being cleaned/re-built.
The particular breakpoint is an interrupt timer event. Previously I'd set a breakpoint inside this function to confirm that it's being executed. This problem feels a bit like the "remove all breakpoints" function isn't working correctly.
Possibly related: the line I'm breaking on is a macro.
Anyone seen this before?