Context.st
changeset 11542 7596aebedb86
parent 11540 fc5339c7ff8c
child 11543 38746c475d5a
equal deleted inserted replaced
11541:1630e2a37731 11542:7596aebedb86
   917     "
   917     "
   918      thisContext fullPrintAllLevels:5
   918      thisContext fullPrintAllLevels:5
   919     "
   919     "
   920 
   920 
   921     "Created: / 3.9.1999 / 14:02:38 / ps"
   921     "Created: / 3.9.1999 / 14:02:38 / ps"
       
   922 !
       
   923 
       
   924 printAll
       
   925     "print a full walkback starting at the receiver, only print n levels
       
   926      - used only for MiniDebuggers walkback print"
       
   927 
       
   928     self printAllLevels:nil
       
   929 
       
   930     "
       
   931      thisContext printAll
       
   932     "
   922 !
   933 !
   923 
   934 
   924 printAllLevels:nOrNil
   935 printAllLevels:nOrNil
   925     "print a full walkback starting at the receiver, only print n levels
   936     "print a full walkback starting at the receiver, only print n levels
   926      - used only for MiniDebuggers walkback print"
   937      - used only for MiniDebuggers walkback print"
  2317 ! !
  2328 ! !
  2318 
  2329 
  2319 !Context class methodsFor:'documentation'!
  2330 !Context class methodsFor:'documentation'!
  2320 
  2331 
  2321 version
  2332 version
  2322     ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.147 2009-02-13 14:55:31 cg Exp $'
  2333     ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.148 2009-02-13 15:10:33 cg Exp $'
  2323 ! !
  2334 ! !
  2324 
  2335 
  2325 Context initialize!
  2336 Context initialize!