Debugger won't kick in?

I am trying to run my script in debug mode so I can check it line by line. Except it won’t kick in.

The script in question is in a form action that calls a sub from a script library. When I select the button it just runs the script rather than going into debugger.

The debugger is definitely turned on and I have tried putting ‘Stop’ all over the place but it just ignores stop. I know the script is running as I’ve included a messagebox.

Has anyone got any ideas? This is driving me nuts!

Katherine

Subject: Debugger won’t kick in?

I’ve found that if the code is already “loaded”, I need to switch the view to get Notes to start the debugging.

Subject: RE: Debugger won’t kick in?

Nope didn’t work :frowning: Nor did coming completely out of the database and going back in again.