Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Remote debugging equinox bundles...
Remote debugging equinox bundles... [message #110947] Thu, 29 May 2008 19:20 Go to next message
Eclipse UserFriend
Originally posted by: mburbidg.adobe.com

I'm using equinox to build a server-side application. I'm trying to figure
out how I can remote debug the application using Eclipse IDE. I start my
application using the following command line:

java -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend= y -jar
org.eclipse.osgi_3.3.2.R33x_v20080105.jar -console

I thought that I would just be able to connect remotely to port 8787 from
Eclipse and then I would be able to set breakpoints in my bundle. The
Eclipse Debugger connects to the application but does not set in break
points set in my bundle.

Is there something else I need to do?

Michael-
Re: Remote debugging equinox bundles... [message #110984 is a reply to message #110947] Fri, 30 May 2008 01:40 Go to previous message
Simon Kaegi is currently offline Simon KaegiFriend
Messages: 381
Registered: July 2009
Senior Member
I generally will still use the eclipse.exe to launch in this case so I'll
put my entries in eclipse.ini, but I notice -Xdebug is missing.

"Michael Burbidge" <mburbidg@adobe.com> wrote in message
news:8ab65a90f5083bd57e8a3e1a71072591$1@www.eclipse.org...
> I'm using equinox to build a server-side application. I'm trying to figure
> out how I can remote debug the application using Eclipse IDE. I start my
> application using the following command line:
>
> java -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend= y -jar
> org.eclipse.osgi_3.3.2.R33x_v20080105.jar -console
>
> I thought that I would just be able to connect remotely to port 8787 from
> Eclipse and then I would be able to set breakpoints in my bundle. The
> Eclipse Debugger connects to the application but does not set in break
> points set in my bundle.
>
> Is there something else I need to do?
>
> Michael-
>
Previous Topic:Accessing local entity beans from within OSGI bundles in JBoss
Next Topic:p2 director problems
Goto Forum:
  


Current Time: Thu Apr 25 21:18:20 GMT 2024

Powered by FUDForum. Page generated in 0.02943 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top