From: SourceForge.net <no...@so...> - 2003-02-11 18:13:14
|
Feature Requests item #684800, was opened at 2003-02-11 18:20 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=684800&group_id=44253 Category: Debugger Group: None Status: Open Priority: 5 Submitted By: Charles Reis (csreis) Assigned to: Nobody/Anonymous (nobody) Summary: Better Threading Support in Debugger Initial Comment: Story: The user sets two breakpoints in different methods. The first breakpoint is hit by one thread in his program, and while he is stepping through that method, the second breakpoint is hit by a different method. The user chooses to resume the second breakpoint's thread. He then double clicks on the first thread from the Threads tab in the DebugPanel to set it to be "active" in the debugger, and continues stepping through the first method. Notes: The debugger currently has no way to change which thread is active. This will require a fair amount of refactoring. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=684800&group_id=44253 |