Skip to main content
Freedom_Neo
Senior
February 17, 2022
Solved

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

  • February 17, 2022
  • 2 replies
  • 1271 views

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

0693W00000KZYSYQA5.png0693W00000KZYTXQA5.png

This topic has been closed for replies.
Best answer by KnarfB

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

hth

KnarfB

2 replies

KnarfB
KnarfBBest answer
Super User
February 17, 2022

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
February 18, 2022

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.