< Back

Document Subject: Bring up Internet Explorer javascript debugger at certain point
Hint Short Cut: Add this to your code & documentation to help you find this page.
http://#iedebugger or http://A555F9/nn.nsf/ByAlias/iedebugger

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.