Get out of break mode

AndreT

Registered User.
Local time
Today, 15:08
Joined
Mar 16, 2011
Messages
26
Last time when I close Access, I forgot to clear the breakpoints. When I start Access again, the program break at the points where I set earlier, but no break indicator. "Debug>Clear All Breakpoints" doesn't work. How do I get rid of this pesky behavior?

Thanks for your advise in advance.
 
To get rid of those phantom breakpoint, highlight the 3 lines, the middle line being the one where your code "broke", cut and paste it back in. Compile the code and save. It'll be gone.
 
Wow It works. One of those undocumented features. Thanks for your quick response.
 
Yeah - you have to be sure to clear all breakpoint before you close the Access - otherwise the breakpoint somehow get saved with the actual code and is still in effect next time you run the program.
 

Users who are viewing this thread

Back
Top Bottom