Re: [api-dev] Unable to connect JDPA debugger

2006-08-28 Thread Matthias Benkmann
When I want to remote-debug Java modules for OOo I do it as described in the Help that you get when you press the Help button in the Tools/Options.../Java/Parameters... dialog, i.e. I add -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000 to the JVM parameters (in fact I've created 2

Re: [api-dev] Unable to connect JDPA debugger

2006-08-28 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, The switch I am using is for 1.5 is what Oliver (on this list) suggested: agentlib:jdwp=transport=dt_socket,server=y,address=localhost:8000,suspend=n what about the leading - ? -

RE: [api-dev] Unable to connect JDPA debugger

2006-08-28 Thread Gautham Kasinath
Subject: Re: [api-dev] Unable to connect JDPA debugger -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, The switch I am using is for 1.5 is what Oliver (on this list) suggested: agentlib:jdwp=transport=dt_socket,server=y,address=localhost:8000,suspend=n what about the leading

Re: [api-dev] Unable to connect JDPA debugger

2006-08-28 Thread Steffen Grund
Hi. Just an idea: could you try with a suspend=y: agentlib:jdwp=transport=dt_socket,server=y,address=localhost:8000,suspend=y OpenOffice.org will stop the moment you reach Java code and wait for the debugger to connect. At least then you can be sure that the switch really worked and