Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Remote Debugging breakpoints not stopping
Remote Debugging breakpoints not stopping [message #233363] Wed, 26 July 2006 17:08 Go to next message
Mike Miller is currently offline Mike MillerFriend
Messages: 22
Registered: July 2009
Junior Member
Hi, I am running Eclipse 3.2 on WinXP against WLS 8.1.3. I am trying to
remote debug our server side of the application. I got this to work in
the past but now it is not working.

The breakpoints are setting okay, at least, they show up in the breakpoint
window in the debug perspective but never stop. Sure seems like some kind
of setup issue but I can't seem to figure out what I have messed up.

I have JAVA_OPTIONS=-Xdebug -Djava.compiler=NONE -Xnoagent
-Xrunjdwp:server=y,transport=dt_socket,address=5005,suspend= n

Activating the remote debug profile attaches to the WLS process fine - I
just never stop at any of the breakpoints!!!

The server is started from a command file with WLS setup as NOSTAGE so the
code should be running from the ear/jars (from what I understand).

Any suggestions???
Does Eclipse set the breakpoints in the classes in the classpath?
Is there some way to Eclipse to set the breakpoints in the jar?
Seems like the code is running from the ear & jars but the breakpoints are
set elsewhere???
Re: Remote Debugging breakpoints not stopping [message #233371 is a reply to message #233363] Wed, 26 July 2006 19:14 Go to previous message
Mike Miller is currently offline Mike MillerFriend
Messages: 22
Registered: July 2009
Junior Member
Never mind - buried deep in a config file, I missed that the server url
was pointing to a different server - not the one I was debugging! :-(
Previous Topic:After upgrading to 3.2, I can no longer "Display" the results from a scapbook page
Next Topic:Programatically change VM arguments of launch configurations
Goto Forum:
  


Current Time: Tue Apr 23 07:25:11 GMT 2024

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

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

Back to the top