Inspecting a Variable
InstallShield 2024 » InstallScript Debugger
To inspect a variable, locate the variable that you want to inspect in the variable window. In this window, the name of the variable is detailed, followed by the current local value of the variable.
Restrictions
Structured variables and list variables cannot be inspected.
The local user variable controls are active only when the execution point is within the begin and end statements of a user-defined function. When the execution point moves beyond the end of the function, the value shown in the Watch window for that variable is changed to the message <variable not found.>