home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01163 / debugwin.wdl < prev    next >
Text File  |  1993-02-23  |  792b  |  32 lines

  1. Window debugWin
  2.  class: DebugWindow
  3.  menuDef: "debugmenu"
  4.  title: "Debugger:"
  5.  Child frames
  6.    class: ListBox
  7.    help: "View the message sends that led up to the error"
  8.    right: (p 40)
  9.    bottom: (p 30)
  10.  Child temps
  11.    class: ListBox
  12.    help: "View temporary variables -- use Compile to change values"
  13.    left: (last right)
  14.    bottom: (last)
  15.    right: (p 60)
  16.  Child inspEdit
  17.    definition: "editwind"
  18.    class: WorkEdit
  19.    help: "Evaluate and view the current selection or temporary"
  20.    left: (last right)
  21.    bottom: (last)
  22.  Child ew
  23.    help: "Edit the source for the selected method invocation"
  24.    definition: "editwind"
  25.    class: BrowEdit
  26.    top: (last bottom)
  27.    bottom: (bottom -8)
  28.  Child helpLine
  29.    class: HelpBar
  30.    top: (last bottom)
  31.    border: border
  32.