Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » eclipse breaks at no breakpoint
eclipse breaks at no breakpoint [message #330932] Mon, 18 August 2008 12:27
Eclipse UserFriend
Originally posted by: automatic.javalobby.org

somtimes when i start jboss in debug mode, eclipse tends to break in Timer.class, even though i didn't define any break points there.

public void run() {
try {
mainLoop();
} finally {
// Someone killed this Thread, behave as if Timer cancelled
synchronized(queue) {// eclipse stops here!
newTasksMayBeScheduled = false;
queue.clear(); // Eliminate obsolete references
}
}
}

how can i avoid that?

btw , is there something like javarebel only in open-source, which will allow me to reload java classes in jboss without re-deploy the application? (it takes 20 seconds for the re-deploy)
Previous Topic:How can I install new packages in Eclipse 3.4?
Next Topic:Show progress of GUI process
Goto Forum:
  


Current Time: Sat Jul 13 22:37:29 GMT 2024

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

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

Back to the top