Debug/Browse Tab
The Debug/Browse tab contains the information required to debug and browse the project source files. If you change a field 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 field are set in the environment when the Java WorkShop
is started. To view the default entries, click the View Source Path button.
- Main Class File
- 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 -classpath or -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 only displays 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.
See also:
- Editing Project Attributes