Stopping on old Break Point

F

Finnie

Hi all
must be missing something simple here! Access (2003) continually stops
the first time on entering a line of code that used be a break point.
Toggling Break Points, clearing all, recompiling - nothing makes any
differance. Hit Continue and it wont stop again until the application
re-loads. Its just this one line - any ideas?

Many thanks

Finnie
 
R

Robert Morley

Have you tried de-compiling with the /decompile command-line option? That
usually clears it. Adding and removing a reference (just pick any old
library that's convenient) is also supposed to do the trick, but I haven't
tried that method, personally.


Rob
 
F

Finnie

Thanks Robert! Adding and removing the reference does it! Another little one
to file away!

Finnie
 

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