Debugging pluglets

You can debug pluglets just like any other Java™ source file. Because pluglets run in the current workbench, they must be debugged from a different workbench. An automated mechanism to launch another workbench for debugging pluglets is provided by the pluglets feature.

The debugger workbench is launched using a special configuration that includes only the feature plug-ins needed for pluglet debugging; for example, the Pluglets, Java, Debug, Team, PDE, Platform, and Help features. This configuration will likely start up faster and use a smaller footprint than your pluglet target workbench.


Feedback