Initializing help system before first use

Examining Variables

While the model is suspended, you can inspect its data using the Variables section in the Debugger sidebar.

The variables section contains the following entries:

  • An entry for each local variable defined in the current subroutine - by navigating through the call stack, the local variables will adapt accordingly
    • If the current statement is not within a subroutine, no local variables are available. Any variables in nested scopes will be listed as local variables if they are used in the local scope.
  • Global symbols

    Expand this entry to see variables that are declared at the top level of the module.

  • If there is a local variable called 'self', for example the Insight app object, then this object's properties can be inspected.

The Variables section shows the name, type, and value of each variable. For structured Python entities, a string representation similar to output of 'repr()' function is shown. For some entities of the xpressinsight Python package with tabular data such as in DataFrames, the variables can be expanded.

  1. To expand a variable, click the arrow to the left of its name.
    The entries within the data structure appears.

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.