i would like a debugger GUI which is tabbed i think 

some tabs would have single panes like 
     one stack pane             or
     one variables pane       or
     one source pane

and other tabs would have 2 panes in them like 
     stack + variables 

     stack + source with the panes as columns
          with the stack on the left

     or stack + source with the panes laid out as rows
          with the stack on top

or 3 panes like 
     stack + variables + workspace 
     in various layouts 

and a tab that has the standard squeak Debugger layout in it

and a tab that has a command line in it 
          instead of the GUI 
          and it is a no mouse needed option
               to make all the other tabs jump
               in the single pane below the command line
               to do things that the GUIs cannot
          plus a help that has all the latest command line commands in it
          hmm deadly night shades of the Lisp Debugger ?
               i have never used a Lisp Debugger except in the 1980s
               they seem to insist on text only to this day
                    why
               is text only better in some way ? or as good
               i saw in a magazine Linux or something a long time ago 
                    some guy running
                    a Lisp repl Debugger and it looked pretty wild
                    what he was describing 
               could it open different GUIs? or something 
               i still haven’t tried a Common Lisp repl Debugger yet 
               DrRacket has(had) a single pane GUI Debugger 
     maybe there could be a tab that removes the tab bar
          and replaces it with a command line ?

Before and After Methods like in this Dolphin Package supposedly or CLOS
     could be good for scripting into the Debugger?
     if you could before and after all Methods at once ?

A Debugger that can be scripted ? might be good ?