Debug View [Debug Perspective]

In this Topic Hide

 About

Debug View Toolbar Commands

 About

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

Debug View [Debug Perspective]

Debug View Toolbar Commands

Icon

Name

Description

remove_terminated_launches_icon.png

Remove Terminated Launches

Remove any terminated debug sessions from the list.

resume_icon.png

Resume

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

Pause

Pause

Pause the debugging process.

terminate_debug_icojn.png

Terminate

Stop the debugging process.

step_into_icon.png

Step Into

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

step_over_icon.png

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.png

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_icon.png

Use Step Filters

Enables/disables the step filters functionality.

Note:

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

 

 

link_icon.png

Related Links:
Working with the Internal Web Browser

Debugging JavaScript

Web Browser Tools Perspective

Variables View [Debug Perspective]

Breakpoints View [Debug Perspective]

Scripts View

Expressions View [Debug Perspective]

Debug Output View [Debug Perspective]

Browser Output View [Debug Perspective]

PHP Debug Perspective