Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Killing threads in debugger
Killing threads in debugger [message #269621] Fri, 20 March 2009 02:37 Go to next message
No real name is currently offline No real nameFriend
Messages: 38
Registered: July 2009
Member
Is it possible to kill an individual thread when debugging a web
application?

Here's the scenario: When running a web server like Tomcat in Eclipse's
debugger, when I make a web request through the browser to my application
a breakpoint is hit - at this point I may want to terminate that thread.
When I right-click and select 'Terminate' instead of 'Terminate All', the
whole web server itself shuts down rather than just that one thread. Is
what I'm trying to do possible?
Re: Killing threads in debugger [message #1133301 is a reply to message #269621] Fri, 11 October 2013 19:27 Go to previous message
P R is currently offline P RFriend
Messages: 1
Registered: October 2013
Junior Member
It seems to be possible with Jdb, at least when a thread has an exception. I haven't found a way to do so with Eclipse's debugger yet.
Previous Topic:Where is the PluginImportWizard?
Next Topic:EUC-JP encoded files
Goto Forum:
  


Current Time: Fri Apr 26 20:06:01 GMT 2024

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

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

Back to the top