DebugView.st
changeset 545 99d0cac830ef
parent 530 6170545e4518
child 554 0f8303e1fdfd
equal deleted inserted replaced
544:dea45065e7f1 545:99d0cac830ef
   436      Otherwise, its probably better to do a map, which shows the
   436      Otherwise, its probably better to do a map, which shows the
   437      view at the previous position, without a need for the user to set the
   437      view at the previous position, without a need for the user to set the
   438      position again
   438      position again
   439     "
   439     "
   440     drawableId notNil ifTrue:[
   440     drawableId notNil ifTrue:[
   441         self map.
   441         self remap.
   442     ] ifFalse:[
   442     ] ifFalse:[
   443         self realize.
   443         self realize.
   444     ].
   444     ].
   445 
   445 
   446     exclusive ifTrue:[
   446     exclusive ifTrue:[
   636         self cacheMyself.
   636         self cacheMyself.
   637     ]
   637     ]
   638 
   638 
   639     "Created: 24.11.1995 / 19:52:54 / cg"
   639     "Created: 24.11.1995 / 19:52:54 / cg"
   640     "Modified: 3.5.1996 / 23:58:16 / stefan"
   640     "Modified: 3.5.1996 / 23:58:16 / stefan"
   641     "Modified: 6.5.1996 / 16:48:03 / cg"
   641     "Modified: 16.5.1996 / 15:27:25 / cg"
   642 !
   642 !
   643 
   643 
   644 openOn:aProcess
   644 openOn:aProcess
   645     "enter the debugger on a process - 
   645     "enter the debugger on a process - 
   646      in this case, we are just inspecting the context chain of the process,
   646      in this case, we are just inspecting the context chain of the process,
  2538 ! !
  2538 ! !
  2539 
  2539 
  2540 !DebugView class methodsFor:'documentation'!
  2540 !DebugView class methodsFor:'documentation'!
  2541 
  2541 
  2542 version
  2542 version
  2543     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.81 1996-05-07 09:29:17 cg Exp $'
  2543     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.82 1996-05-16 13:38:23 cg Exp $'
  2544 ! !
  2544 ! !