Parameter Stack View [PHP Debug Perspective]

The Parameter Stack view displays the parameters executed when stepping into a function during the debugging process.

Parameter Stack View

The following information can be gathered from the Parameter Stack view:

  • Called Parameters - The called parameters as written in the line or code.

  • The Main Calling Line of Code - The line number in which the calling statement occurred (in parentheses).

  • Parameter Values - Shows the parameter values that were passed in the function call.

Note:

The Parameter Stack View [PHP Debug Perspective] is displayed by default as part of the Debug Perspective. To manually open the view, go to Window | Show View | Other | PHP Tools | Parameter Stack.