Stop statement and breakpoints not working for App debuging

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
 
D

david epsom dot com dot au

Check Tools/Startup/Advanced make sure that "Use access special keys is
ticked"! (Show Database window, Show Immediate window Show VB Window, and
 
D

Dave Vickery

Hows about just inserting a quick
Msgbox "BREAK"
Then Ctrl-Break to access the code.

Crude but it does the job,

Dave.
 

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

Similar Threads


Top