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]

Debug View Toolbar Commands

IconNameDescription
remove_terminated_launches_icon.pngRemove Terminated LaunchesRemove any terminated debug sessions from the list.
resume_icon.pngResumeContinue the debugging process until the next breakpoint, or until the end of the debugging process.
terminate_debug_icojn.pngTerminateStop the debugging process.
step_into_icon.pngStep IntoStep into the next method call at the currently executing line of code.
step_over_icon.pngStep OverStep over the next method call (without entering it) at the currently executing line of code. The method will still be executed.
step_return.pngStep ReturnReturn from a method which has been stepped into. The remainder of the code that was skipped by returning is still executed.
use_step_filters_icon.pngUse Step FiltersEnables/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.