HELP!! Toggle breakpoint doesn't work

  • Thread starter Thread starter Chedva
  • Start date Start date
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 ???
 
Did you check if new changes to the code allow the execution to bypass
the breakpoint?
Is the code compiled after making changes?

Pavel
 
Chedva, I don't know the answer to your question, but on January 26th I posted a very similar question and also got no helpful reply. If you find the answer, please email me
 
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.
 
Kit said:
Chedva, I don't know the answer to your question, but on January 26th
I posted a very similar question and also got no helpful reply. If
you find the answer, please email me

See if my answer to Chedva helps you.
 
That worked for me. I just started looking for the solution to this problem today. Thanks!!!
 
Back
Top