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.
 
Top