JavaScript debugger

Use the JavaScript debugger to examine server-side JavaScript code during execution on a Domino® server or a Domino® preview server (which runs on the Domino® Designer client).

You must set notes.ini variables for the run-time server. With these variables in effect, all JavaScript code that runs on the server can be debugged.

You must create a debug configuration in Domino® Designer, and connect the configuration to the run-time server. You can then see the run-time source code and variable values in the debugger interface.

Breakpoints can be set from the debugger interface, and from the code with debugger statements.