Smalltalk.st
changeset 348 5ac1b6b43600
parent 345 cf2301210c47
child 352 09c5eb3915c5
equal deleted inserted replaced
347:0d4c08ca9da3 348:5ac1b6b43600
    25 
    25 
    26 Smalltalk comment:'
    26 Smalltalk comment:'
    27 COPYRIGHT (c) 1988 by Claus Gittinger
    27 COPYRIGHT (c) 1988 by Claus Gittinger
    28 	     All Rights Reserved
    28 	     All Rights Reserved
    29 
    29 
    30 $Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.46 1995-05-16 17:08:57 claus Exp $
    30 $Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.47 1995-05-18 15:10:18 claus Exp $
    31 '!
    31 '!
    32 
    32 
    33 "
    33 "
    34  dont depend on these being global - they will become
    34  dont depend on these being global - they will become
    35  class variables of some class ...
    35  class variables of some class ...
    54 "
    54 "
    55 !
    55 !
    56 
    56 
    57 version
    57 version
    58 "
    58 "
    59 $Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.46 1995-05-16 17:08:57 claus Exp $
    59 $Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.47 1995-05-18 15:10:18 claus Exp $
    60 "
    60 "
    61 !
    61 !
    62 
    62 
    63 documentation
    63 documentation
    64 "
    64 "
   252     "initialize all other classes; setup dispatcher processes etc.
   252     "initialize all other classes; setup dispatcher processes etc.
   253      This one is the first entry into the smalltalk world right after startup,
   253      This one is the first entry into the smalltalk world right after startup,
   254      ususally followed by Smalltalk>>start.
   254      ususally followed by Smalltalk>>start.
   255      Notice: this is not called when an image is restarted; in this
   255      Notice: this is not called when an image is restarted; in this
   256      case the show starts in Smalltalk>>restart."
   256      case the show starts in Smalltalk>>restart."
       
   257 
       
   258     SilentLoading := false.
       
   259     Initializing := true.
   257 
   260 
   258     "
   261     "
   259      define low-level debugging tools - graphical classes are not prepared yet
   262      define low-level debugging tools - graphical classes are not prepared yet
   260      to handle things. 
   263      to handle things. 
   261      This will bring us into the MiniDebugger when an error occurs
   264      This will bring us into the MiniDebugger when an error occurs