Weird ghost breakpoint (1 Viewer)

Roni Sutton

Registered User.
Local time
Today, 21:03
Joined
Oct 18, 1999
Messages
68
I have a button on a form that launches several lines of code when clicked. At one point, I was getting errors so I put in a breakpoint. I have since resolved the issue and removed the breakpoint. However, the code is still breaking there. If you click the run button, it continues with no errors. I have tried clearing all breakpoints and ctrl+shift+f9 but nothing works. It is acting like there is a breakpoint on the line, but there is not. HELP!!
 

ElsVanMiert

Registered User.
Local time
Today, 21:03
Joined
Dec 14, 2000
Messages
152
I think that there is no sense in further research. In this case I do the following:
-copy the code segment with the weird breakpoint
-delete it
-save the module
-open it again
-re-insert the code
-save it again.
 

Roni Sutton

Registered User.
Local time
Today, 21:03
Joined
Oct 18, 1999
Messages
68
I was afraid of that. Not a biggie, I just wondered if it was a bug others have seen.

Thanks!
Roni

PS - I convinced my users that queuing is a good idea - voila - no more record locking problems!
 

belton

Registered User.
Local time
Today, 21:03
Joined
May 9, 2001
Messages
13
Hi- when your code stopped, did you click the toggle breakpoint button on the toolbar?
 

Users who are viewing this thread

Top Bottom