Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Multithreaded debugging in eclipse in remote box
Multithreaded debugging in eclipse in remote box [message #897702] Wed, 25 July 2012 06:58 Go to next message
sourabh shrivastava is currently offline sourabh shrivastavaFriend
Messages: 1
Registered: July 2012
Junior Member
HI,

I am doing remote debugging using eclipse. My requirement is to make 20 requests at the same time, stopping at one point using debug breakpoint and then release all the suspended threads at the same time to test how code is behaving when multiple threads access the code at same time. However, when I tried this I found only one thread is serving all the request
Daemon Thread [http-0.0.0.0-8080-Processor60] (Suspended (breakpoint at line 440 in VcsInfoDAO))

when first request completes, then only second request comes to the breakpoint serving by the same thread mentioned above. Is there any setting in eclipse to make it all the request comes to a single point and then in some way to release the threads at the same time so that all the threads access the code thereafter at the same time.

Any help would be highly appreciated.

Sourabh

Re: Multithreaded debugging in eclipse in remote box [message #897977 is a reply to message #897702] Wed, 25 July 2012 14:36 Go to previous message
Javin Paul is currently offline Javin PaulFriend
Messages: 48
Registered: July 2011
Location: mumbai
Member

This doesn't look Eclipse problem, may be the web server you are using, By the way which web server are you using ?
Previous Topic:Silverlight plugin with eclipse indigo
Next Topic:List of annotation supported by Juno like @NonNull
Goto Forum:
  


Current Time: Fri Apr 26 10:04:46 GMT 2024

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

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

Back to the top