At 10:23 AM 7/23/99 -0700, Karr, David wrote:
>I have two Emacs frames, one (call it frame "one") of which has two windows,
>one window with the main class, and the other with the DIB, and the other
>frame (call it frame "two") has a single window with another Java source
>file.  I have my java application running, and then I exit it.
>
>Then, while in frame "two", I execute jde-db again.  Ideally, I wouldn't
>want the window configuration to change.  Since the DIB is currently
>visible, it should just use that window in that frame (frame "one").
>Unfortunately, what it does is create a window in frame "two" for the DIB,
>so now the DIB is visible in both frames.
>

For the new debugger interface, I am hoping to provide a more stable window
configuration for the debugger interface. One possible solution is, for
each application that you debug, the JDE creates a separate debugger frame
divided from top to bottom into the following windows:

source window
current stack window
debugger message window
user/application interaction window

The source window would always show the source file in which the
application last stopped, with a line cursor pointing to the line where the
app stopped; the stack window would show the state of the current stack in
which the app was last suspended; the debugger message window would show
debugger status output and simple informational messages; and the
user/application interaction window would be application input and output. 

- Paul

Reply via email to