Language
The Free and Open Productivity Suite
Debugging Java OpenOffice.org macros in NetBeans
This document describes how to set up NetBeans for debugging Java macros
in OpenOffice.org.
- Follow the instructions at
Debugging Java components in NetBeans/Forte for Java
to set up your OpenOffice.org installation to allow debugging of the JVM.
- Start OpenOffice.org and run one of your Java scripts. This will
make sure the JVM is running.
- Attach to OpenOffice.org JVM using the NetBeans Debug/Start Session/Attach...
menu option.
- Load a script source in NetBeans and set up breakpoints using
Debug/New Breakpoint... menu option.
- Run the script in OpenOffice.org.
Last Modified: Jan 13 2005