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 you can open by choosing View and choosing Execution View.

You can choose commands to start or stop the IDE's internal HTTP server by right-clicking the HTTP Server node.

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 Application Development
Running Java Programs
Debugging Programs
Reviewing VCS Command Status and Output

Legal Notices