Stepping into a User-Defined Function

InstallShield 2026 » InstallScript Debugger

When the execution point is at a statement that calls a user-defined function, click the Step Into button, which is located on the InstallScript Debugger's toolbar. The script window will scroll automatically to display the first executable statement in the user-defined function. That statement is not executed, but it does become the execution point. The statement will be executed next when you click the Step Into, Step Over, or Go button.

Note:When you step into a function that is called from another file, such as a DLL, the title bar displays the name of that file.