StandaloneStartup.st
changeset 23676 231e0a0fb4cc
parent 23675 cb888670c53b
child 23680 988048869494
--- a/StandaloneStartup.st	Wed Feb 06 20:17:42 2019 +0100
+++ b/StandaloneStartup.st	Wed Feb 06 20:19:37 2019 +0100
@@ -1183,6 +1183,8 @@
 
         CommandLineArguments := (self additionalArgumentsFromRegistry) 
                                 , Smalltalk commandLineArguments.
+'1' printCR.
+CommandLineArguments printCR.
 self setupSmalltalkFromArguments:CommandLineArguments.
 
         Smalltalk showSplashMessage:'start'.
@@ -1220,7 +1222,7 @@
     ].
 
     "Modified: / 04-02-2011 / 00:03:47 / cg"
-    "Modified: / 06-02-2019 / 20:17:24 / Claus Gittinger"
+    "Modified: / 06-02-2019 / 20:18:54 / Claus Gittinger"
 !
 
 startStartBlockProcess