Setting a Breakpoint at a Function

InstallShield 2020 ยป InstallScript Debugger

To set a breakpoint at a function:

1. In the script window, click the left margin next to the first line of the function before which you would like to set a breakpoint.
2. When you run your script in the debugger, the debugger will stop at this breakpoint.

When the breakpoint has been set, the breakpoint itself is set at the first executable line of code in the function.

Note:You cannot set a breakpoint at a built-in InstallScript function.

See Also