Stop statement and breakpoints not working for App debuging

  • Thread starter Thread starter Oren Kaplan
  • Start date Start date
O

Oren Kaplan

Im trying to debug my app but lately am having a new really strange
problem: usually, when you want to look at how a routine works at
runtime you toggle a breakpoint or put a stop statement. It used to
work great but lately it seems as if access ignores the statement
and the breakpoints and simply goes on with the code... if there`s
another way of pausing at a certain point in the code before execution
starts or if theres a way to get rid of that problem, Id be happy to
know...

thanks ahead,
Oren
 
Check Tools/Startup/Advanced make sure that "Use access special keys is
ticked"! (Show Database window, Show Immediate window Show VB Window, and
 
Hows about just inserting a quick
Msgbox "BREAK"
Then Ctrl-Break to access the code.

Crude but it does the job,

Dave.
 
Back
Top