Debug/Browse Tab
The Debug/Browse tab contains the information required to debug and browse the project source files. If you change information in this tab, click the Apply button to enter the changes before moving to another tab.
- Source paths to prepend to default
- Additional paths to add to the source path. Default entries in the source path box are set in the environment when Java WorkShop is started. To view the default entries, click the View Source Path button.
- Main Class
- The
.class
file in which init
(for applets) or main
(for standalone programs) is defined.
- Run Page
- The URL of the HTML file that executes the applet.
- Java Interpreter Options
- For a standalone program only. The options to pass to the java interpreter, such as -verbose.
- For Applet Debugging Use
- Radio buttons that control whether to display the applet you are debugging in the applet viewer or in the Java WorkShop browser. The applet viewer comes up quickly, but displays only the applet you are debugging. The Java WorkShop browser takes longer to load, but allows you to display applets other than the one you are debugging and to display the entire HTML page that contains the applet.
- Type of Debugging
- Radio buttons that control whether to debug a project on a local or remote computer.
See also:
- Editing Project Attributes