Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Terminate thread in debugger
Terminate thread in debugger [message #312734] Sun, 18 February 2007 05:16
No real name is currently offline No real nameFriend
Messages: 38
Registered: July 2009
Member
For debugging web apps, I often find that I'd like to terminate a given
thread (belonging to one remote debugging web request that I make), but the
only option I see is to terminate the entire app server.

Is the only option to get this behavior to skip breakpoints and hit resume
so the thread runs to completion, or can you actually terminate it when
that's what you actually want to do?

(An example of when I might like such functionality is if I make one web
request which stops at a point in the debugger, but before running it to
completion I realize I should be testing something else out, so I start
another web request - now I have two web request threads, but I want to
cancel the first because it's no longer relevant...)
Previous Topic:[DataBinding] Binding data from multiple sources into TableViewer
Next Topic:Export jar file, multiple jar files
Goto Forum:
  


Current Time: Wed Feb 05 13:53:02 GMT 2025

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

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

Back to the top