cancel
Showing results for 
Search instead for 
Did you mean: 

When I make debug, program steps appear where there are no brekpoints.

Freedom_Neo
Senior

When I make debug, program steps appear where there are no brekpoints. It shows the debug steps in the description lines.

0693W00000KZYSYQA5.png0693W00000KZYTXQA5.png

1 ACCEPTED SOLUTION

Accepted Solutions
KnarfB
Principal III

May be the relics of and older version of your prog. Delete those breakpoints and/or make a clean rebuild.

hth

KnarfB

View solution in original post

2 REPLIES 2
KnarfB
Principal III

May be the relics of and older version of your prog. Delete those breakpoints and/or make a clean rebuild.

hth

KnarfB

Harvey White
Senior III

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.