Debugging an Applet

To debug an applet:

  1. In the Navigator, select the HTML file that contains the <APPLET> tag.
  2. Right-click and choose debug_icon Debug<name of applet> from the context menu or click Debug Button in the toolbar.
    The applet starts. The debugger will stop at breakpoints you have set in your applet source code.

Related topics
Running an Applet
Running Applications and Applets with Web Start in JDeveloper
Creating an Applet
Creating an Applet HTML File
Debugging an Applet
Deploying an Applet as a WAR File
Running Java Programs
Configuring Your Project for Running
Running an Application
Configuring Your Project to Use the Embedded OC4J Server