Terminate thread in debugger [message #312734] |
Sun, 18 February 2007 05:16 |
No real name 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...)
|
|
|
Powered by
FUDForum. Page generated in 0.02738 seconds