HELP!! Toggle breakpoint doesn't work

C

Chedva

Yesturday every thing was fine. today I try to debug with the F9 (toggle
breakpoint) and it's ignoring the break point. WHY??? How can it return to
normal ???
 
P

Pavel Romashkin

Did you check if new changes to the code allow the execution to bypass
the breakpoint?
Is the code compiled after making changes?

Pavel
 
D

Dirk Goldgar

Chedva said:
Yesturday every thing was fine. today I try to debug with the F9
(toggle breakpoint) and it's ignoring the break point. WHY??? How can
it return to normal ???

Have you unchecked the Startup option "Use Access Special Keys"? If
that option is unchecked, I don't think breakpoints work. If you did
uncheck it, then if you check it again I think (but I'm not sure) you
may have to close and reopen the database before it works again.
 

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

Top