Liquid Studio Documentation
User Interface Guide / Tool Windows / Call Stack Window
In This Topic
    Call Stack Window
    In This Topic

    Liquid XML Studio Debugger - Call Stack ToolWindow

    The Call Stack window enables you to view the names of functions on the call stack, parameter types, and parameter values. Call stack information is shown only when the program being debugged is in a paused state.

    Different debuggers show more detail in the call stack than others, so some stacks may seem very verbose.

    When a stack frame is selected the watch and local variables windows should reflect the state from the context of the selected stack frame.

    Some debuggers to not allow local variables and watch expressions to be evaluated in anything but the top level stack frame.
    See Also