Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How to suspend all threads
How to suspend all threads [message #1405518] Thu, 07 August 2014 14:27 Go to next message
Eclipse UserFriend
Hello, I need to debug a problem in initialisation code where the
application that has an initialisation time-out. I can set a break point at
the problematic place and have my way around; however, there is something
else in the application that times out and the application quits. I hope I
can prevent this by suspending all threads; however, I cannot find a command
to do that in the debugger. I can only suspend one thread at a time. I do
not know the structure of the application so I do not know where and the
time-out is specified. Can you help me out of this?
Chris
Re: How to suspend all threads [message #1405572 is a reply to message #1405518] Thu, 07 August 2014 17:09 Go to previous message
Nitin Dahyabhai is currently online Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Assuming you're talking about Java, whether to suspend the one thread or the entire VM is a property of the breakpoint itself. You can find your breakpoints in the Breakpoints View, and either edit those Properties if the pane is already showing, or open a Properties dialog from the individual breakpoint's context menu.

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:"Install New Software" throwing dependency error
Next Topic:Run Eclipse without Running Java
Goto Forum:
  


Current Time: Thu Apr 25 00:13:41 GMT 2024

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

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

Back to the top