MiniInspector.st
branchjv
changeset 18117 eb433f2c42b2
parent 18040 a11a12546f23
parent 15904 7b8100b48c7a
child 18120 e3a375d5f6a8
equal deleted inserted replaced
18116:bf7f37b63ea2 18117:eb433f2c42b2
   129 
   129 
   130     "Modified: 24.7.1997 / 10:00:24 / cg"
   130     "Modified: 24.7.1997 / 10:00:24 / cg"
   131 !
   131 !
   132 
   132 
   133 enter
   133 enter
   134     AbortSignal handle:[:ex |
   134     AbortOperationRequest handle:[:ex |
   135         '** Abort Signal cought - back in previous debugLevel' printCR.
   135         '** Abort Signal cought - back in previous debugLevel' printCR.
   136         ex restart
   136         ex restart
   137     ] do:[
   137     ] do:[
   138         Error handle:[:ex |
   138         Error handle:[:ex |
   139             |yesNo|
   139             |yesNo|
   263 
   263 
   264 
   264 
   265 !MiniInspector class methodsFor:'documentation'!
   265 !MiniInspector class methodsFor:'documentation'!
   266 
   266 
   267 version
   267 version
   268     ^ '$Header: /cvs/stx/stx/libbasic/MiniInspector.st,v 1.27 2013-03-24 11:41:25 cg Exp $'
   268     ^ '$Header: /cvs/stx/stx/libbasic/MiniInspector.st,v 1.28 2014-01-23 16:11:52 stefan Exp $'
   269 !
   269 !
   270 
   270 
   271 version_SVN
   271 version_SVN
   272     ^ '$Id: MiniInspector.st 10761 2012-01-19 11:46:00Z vranyj1 $'
   272     ^ '$Id: MiniInspector.st 10761 2012-01-19 11:46:00Z vranyj1 $'
   273 ! !
   273 ! !