Setting a Breakpoint by Clicking the Margin Near a Source Line

InstallShield 2020 ยป InstallScript Debugger

To set a breakpoint by clicking a source line:

1. Scroll through the script window to display the line at which you want to set a breakpoint.
2. Click the left margin near the line.

The InstallScript Debugger marks the line with a breakpoint indicator (red circle).

Note:If you click a breakpoint (red circle) that has already been set, the InstallScript Debugger clears that breakpoint.

See Also