User Guide > Reference > PHP Perspectives and Views > Debug View

Debug View [PHP Debug Perspective]

The Debug view displays the stack trace and allows you to monitor and control the Debugging process.

Debug View [PHP Debug Perspective]

Toolbar Commands

Icon

Name

Description

Remove Terminated Launches

Remove any terminated debug sessions from the list.

Resume

Continue the debugging process until the next breakpoint, or until the end of the debugging process.

Terminate

Stop the debugging process.

Step Into

Step into the next method call at the currently executing line of code.

Step Over

Step over the next method call (without entering it) at the currently executing line of code. The method will still be executed.

Step Return

Return from a method which has been stepped into. The remainder of the code that was skipped by returning is still executed.

Use Step Filters

Enables/disables the step filters functionality.

Note:

The Debug 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 | Debug | Debug.

 

 

Related Links:

PHP Debug Perspective

Variables View

Breakpoints View

Parameter Stack View

Debug Output View

Browser Output View

Expressions View

 

 

©1999-2013 Zend Technologies LTD. All rights reserved.