To stop the lotusscript debugger at a certain point in Lotusscript you can add a line that says break. Here is the way to do it in Internet Explorer.
You can add a line in the javascript that says:
debugger;
It works in ie6 and ie7 apparently, but not in ie8.