DebugView.st
changeset 12671 9124b4453947
parent 12633 9f6eace86016
child 12682 6fb2176bf0fa
child 12687 1d78c217e701
equal deleted inserted replaced
12670:5a655023b0a5 12671:9124b4453947
  1103          (MenuItem
  1103          (MenuItem
  1104             label: 'Change Priority...'
  1104             label: 'Change Priority...'
  1105             itemValue: doChangeProcessPriority
  1105             itemValue: doChangeProcessPriority
  1106           )
  1106           )
  1107          (MenuItem
  1107          (MenuItem
       
  1108             label: 'Inspect'
       
  1109             itemValue: doInspectProcess
       
  1110           )
       
  1111          (MenuItem
  1108             label: '-'
  1112             label: '-'
  1109           )
  1113           )
  1110          (MenuItem
  1114          (MenuItem
  1111             label: 'Abort'
  1115             label: 'Abort'
  1112             itemValue: doAbort
  1116             itemValue: doAbort
  4415     ]
  4419     ]
  4416 
  4420 
  4417     "Modified: / 23-03-2012 / 09:49:31 / cg"
  4421     "Modified: / 23-03-2012 / 09:49:31 / cg"
  4418 !
  4422 !
  4419 
  4423 
       
  4424 doInspectProcess
       
  4425     (inspectedProcess ? Processor activeProcess) inspect.
       
  4426 !
       
  4427 
  4420 doMicroSend
  4428 doMicroSend
  4421     "single send; reenter with next message send"
  4429     "single send; reenter with next message send"
  4422 
  4430 
  4423     inspecting ifTrue:[^ self].
  4431     inspecting ifTrue:[^ self].
  4424 
  4432 
  8275 ! !
  8283 ! !
  8276 
  8284 
  8277 !DebugView class methodsFor:'documentation'!
  8285 !DebugView class methodsFor:'documentation'!
  8278 
  8286 
  8279 version
  8287 version
  8280     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.580 2013-04-03 13:51:38 cg Exp $'
  8288     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.581 2013-04-16 16:20:09 cg Exp $'
  8281 !
  8289 !
  8282 
  8290 
  8283 version_CVS
  8291 version_CVS
  8284     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.580 2013-04-03 13:51:38 cg Exp $'
  8292     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.581 2013-04-16 16:20:09 cg Exp $'
  8285 !
  8293 !
  8286 
  8294 
  8287 version_SVN
  8295 version_SVN
  8288     ^ '§Id: DebugView.st 7818 2011-08-18 11:42:39Z vranyj1 §'
  8296     ^ '§Id: DebugView.st 7818 2011-08-18 11:42:39Z vranyj1 §'
  8289 ! !
  8297 ! !