Answered by:
How do I get rid of a breakpoint (Access 2010) ?

Question
-
Set a breakpoint to debug a problem. Cleared all breakpoints. Now whenever I open the database, the breakpoint gets hit. Cleared the breakpoint several times. Still stops at the breakpoint every time I run.
How do I get rid of it?
Wednesday, September 7, 2016 10:40 PM
Answers
-
it is a long term bug in the VBA editor. If the execution stops at a breakpoint that has been removed, the workaround is to insert a line & delete the line & then recompile your VBA code again.
- Proposed as answer by Deepak Saradkumar PanchalMicrosoft contingent staff Thursday, September 15, 2016 9:42 AM
- Marked as answer by Deepak Saradkumar PanchalMicrosoft contingent staff Thursday, September 15, 2016 9:42 AM
Thursday, September 8, 2016 3:45 AM -
Hi Allthe goodnamesweretaken,
you had mentioned that you cleared all the breakpoints.
did you do this from a Debug menu? or you just remove them one by one manually?
please visit the link below.
Clear All Breakpoints Command (Debug Menu)
Regards
Deepak
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- Proposed as answer by Deepak Saradkumar PanchalMicrosoft contingent staff Thursday, September 15, 2016 9:42 AM
- Marked as answer by Deepak Saradkumar PanchalMicrosoft contingent staff Thursday, September 15, 2016 9:42 AM
Thursday, September 8, 2016 4:28 AM
All replies
-
Decompile the application. Compact it.
-Tom. Microsoft Access MVP
- Proposed as answer by ryguy72 Tuesday, October 18, 2016 2:26 PM
Wednesday, September 7, 2016 10:41 PM -
it is a long term bug in the VBA editor. If the execution stops at a breakpoint that has been removed, the workaround is to insert a line & delete the line & then recompile your VBA code again.
- Proposed as answer by Deepak Saradkumar PanchalMicrosoft contingent staff Thursday, September 15, 2016 9:42 AM
- Marked as answer by Deepak Saradkumar PanchalMicrosoft contingent staff Thursday, September 15, 2016 9:42 AM
Thursday, September 8, 2016 3:45 AM -
Hi Allthe goodnamesweretaken,
you had mentioned that you cleared all the breakpoints.
did you do this from a Debug menu? or you just remove them one by one manually?
please visit the link below.
Clear All Breakpoints Command (Debug Menu)
Regards
Deepak
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.- Proposed as answer by Deepak Saradkumar PanchalMicrosoft contingent staff Thursday, September 15, 2016 9:42 AM
- Marked as answer by Deepak Saradkumar PanchalMicrosoft contingent staff Thursday, September 15, 2016 9:42 AM
Thursday, September 8, 2016 4:28 AM