> * Navigating up and down stack frames will be supported. We need guidance
> on how this feature should work.

The debuggers I've used typically use UP and DOWN to move up and down the
stack.  Something indicates where in the stack you are (often numeric).  The
source buffer changes to indicate where in the stack you are (if possible -
in compiled-only code, you don't have lots of display options
[bytecodes:-]).

> * Support for debugging multithreaded applications is a design goal. We
> need input on  what features are useful for this purpose.

Seems like we need a way to specify which thread(s) are being traced, to
start.  And, it would be nice to be able to select from all threads
(however, how do I know which is which?) to break into while running.

Thanks and have fun! - Bob

--
"I did not ask for the anal probe" -- Passion Fish
"Discipline is never an end in itself, only a means to an end." - King
Crimson
"Whoever flees history will be pursued by history." - Janusz Korczak

Bob Hays                               | Aviva Kramer
---------------------------------------+--------------------------------
[EMAIL PROTECTED] (home)           | [EMAIL PROTECTED] (home)
[EMAIL PROTECTED] (work)            |
http://homepage.interaccess.com/~rhays |

Reply via email to