PhpStorm 2017.2 Help

Monitoring the Debug Information

Information of a debugging session is displayed in the dedicated tabs of the Debug tool window, named after the selected run/debug configuration.

For each session, use the Console tab to view the debugger messages and application output, and the Debug tab to monitor threads and frames.

When displaying and modifying local variables or watches values, PhpStorm uses the Default Encoding setting for the current project or the IDE encoding if no encoding is specified at the project level. The same setting is used when showing the PHP console script output.

User-defined constants are grouped under a separate Constants node which is by default collapsed. Once expanded or collapsed, the Constants node preserves this state across the debugging sessions. This means that is you expand or collapse the node, stop or complete the current debugging session, and then start a new one, the node is shown as it was during the previous debugging session, that is, expanded or collapsed respectively.

Last modified: 28 November 2017

See Also