Break Points not Clearing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have had this problem for sometime now and not sure how to clear it. I
have been debugging code and now it works fine. I clear the break points and
run the code but the code still stops at an old (CLEARED not flagged) break
pioint.

How do I get rid of those pesky things?
 
I did manage to get rid of it by deleting the statement where it is breaking
then put the statement back and save that. That seems to work.
 
If you click on the save icon to save your code with breakpoints set, it
saves the breakpoints. Open your VBA Editor, Click Debug->Clear All
Breakpoints, compile your project and save it. That should clear it up.
 
Try this:

Decompile from command line:
"C:\Program Files\Microsoft office\office\msaccess.exe" /decompile
"C:\MyDBPath\MyDB.mdb"
( make a backup first though!! )

Manually remove any and all break points

Compile
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top