Does anyone know how to test, in LotusScript, to see if the debugger is turned on or not?
I have a class which displays the progress bar from NNotesWS.dll, but if called with the debugger on, appears to go into an endless loop.
Thanks.
Ron Reed
Does anyone know how to test, in LotusScript, to see if the debugger is turned on or not?
I have a class which displays the progress bar from NNotesWS.dll, but if called with the debugger on, appears to go into an endless loop.
Thanks.
Ron Reed
Subject: Can LotusScript test to see if debugger is active?
There is no documented way to test if Lotusscript is running in a debugging environment.
To allow for easy debugging of agents using such classes, I included a small check for a custom NOTES.INI flag. Whenever that flag is set, I’m supposedly debugging the application and will not show the progress bar. Setting the flag itself is done by a couple smarticons.
cheers,
Bram