Getting a Execption when using debug-load-program.
I am trying to debug a program that is build from openoffice.org2.0_sdk/examples/cpp/counter i am using make on the makefile that is coming with the exemples from the oof sdk. I am building with debuging enabled.
The error i get is: Annotation: Exception occurred in Request Processor
com.sun.tools.swdev.glue.GlueException: panic: Assertion failed: ps_serversocket
If i just run the program I get no errors, and the program ends normally.
Anyone that can give me some tip on in what to look into, to get the debugging to work?

