Debugger works in one mdb but not another

Divit11

Registered User.
Local time
Today, 04:32
Joined
Dec 16, 2004
Messages
35
Hello All,

Has this happened to you? I'm pretty new here and was working my way thru some code (Using Access 2000) when I tried using breakpoints. When I ran the code it does not stop at the breakpoint and I am not able to get the variables' values by hovering the mouse.
Closed that project and opened a demo from a book and breakpoints and values display there ok.

I'm getting a bit tired of adding msgboxes into every other line to figure out whats happening.:(

Thanks for listening.

Dale
 
I think if you uncheck Tools>Startup>[Use Access Special Key] that it will impact the Debugger.
 
Thanks RuralGuy.
I checked my demo project and that box was checked. The box in my dmb was not checked. Put a check in and it didn't seem to make any difference at first but after closing the project once or twice my debugger is back.:)

Dale
 

Users who are viewing this thread

Back
Top Bottom