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