2022-02-17 07:05 AM
When I make debug, program steps appear where there are no brekpoints. It shows the debug steps in the description lines.
Solved! Go to Solution.
2022-02-17 08:09 AM
May be the relics of and older version of your prog. Delete those breakpoints and/or make a clean rebuild.
hth
KnarfB
2022-02-17 08:09 AM
May be the relics of and older version of your prog. Delete those breakpoints and/or make a clean rebuild.
hth
KnarfB
2022-02-17 07:00 PM
When you have a breakpoint, but the breakpoint is commented out (or moved by adding another breakpoint or a lot of comments), the code often stops at the active code location nearest the breakpoint (that can''t be reached).
Checking the breakpoint list may tell you what's triggering what. If a breakpoint comes up in the middle of a set of comments, well, it gets close.