StandaloneStartup.st
changeset 12996 8662430ec3de
parent 12992 cad1bd395046
child 12998 c967aa65e09a
equal deleted inserted replaced
12995:331a39b2e542 12996:8662430ec3de
   596 
   596 
   597 start
   597 start
   598     GenericException handle:[:ex |
   598     GenericException handle:[:ex |
   599         self verboseInfo:('Error during startup:').
   599         self verboseInfo:('Error during startup:').
   600         self verboseInfo:(ex description).
   600         self verboseInfo:(ex description).
       
   601         Verbose == true ifTrue:[ex suspendedContext fullPrintAllLevels:10].
   601         ex reject.        
   602         ex reject.        
   602     ] do:[
   603     ] do:[
   603         CommandLineArguments := (self additionalArgumentsFromRegistry) 
   604         CommandLineArguments := (self additionalArgumentsFromRegistry) 
   604                                 , Smalltalk commandLineArguments.
   605                                 , Smalltalk commandLineArguments.
   605 
   606 
   708 ! !
   709 ! !
   709 
   710 
   710 !StandaloneStartup class methodsFor:'documentation'!
   711 !StandaloneStartup class methodsFor:'documentation'!
   711 
   712 
   712 version
   713 version
   713     ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.47 2010-08-04 10:30:16 cg Exp $'
   714     ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.48 2010-08-05 13:16:45 stefan Exp $'
   714 !
   715 !
   715 
   716 
   716 version_CVS
   717 version_CVS
   717     ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.47 2010-08-04 10:30:16 cg Exp $'
   718     ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.48 2010-08-05 13:16:45 stefan Exp $'
   718 ! !
   719 ! !
   719 
   720 
   720 StandaloneStartup initialize!
   721 StandaloneStartup initialize!