Why this happen?

  • Thread starter Thread starter Douglas J. Steele
  • Start date Start date
The usual cause of this is saving the code while there is a breakpoint set.
It will save with the code. Open the code in design view, Select Debug,
Clear All Breakpoints. Compile and save your code again.
 
In an Access form I put in a breakpoint to troubleshoot the code. Then I
removed the breakpoint in the code, however the program still stops at the
location where I assigned the breakpoint before and highlight that line of
code. If I impress F5, it will keep executing the code till finish. How to
permanently remove that breakpoint..it is not there as far as I can see.
 

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