Runtime Tab in the Explorer

Nodes in the Explorer's Runtime tab display runtime information on:

The Processes node lists all processes currently being executed within the IDE. You can terminate a running application by right-clicking its node and choosing Terminate Process. This information also appears in the Execution View, which opens by default when you run an application.

The Debugger node has subnodes that contain information on breakpoints, watches, threads, and other aspects of a debugging session. You can add a new breakpoint by right-clicking the Breakpoints node and choosing New Breakpoint. You can add a new watch by right-clicking the Watches node and choosing New Watch. These features are also available in the Debugger window, which opens when you start debugging an application.

See also
The Explorer
Filesystems and the Java Class Path
Running Programs
Debugging Programs
Reviewing VCS Command Status and Output

Legal Notices