CodeLite: add a small delay during the debugger initialization.
[bertos.git] / wizard / cltemplates / bertos.project
index e6a16f891b813355de00262b1e5813939b385fff..7516404cd0e24fc25baa15f2b51b05c8a8550989 100644 (file)
@@ -14,8 +14,10 @@ $filelist
         <PostConnectCommands>
 source $initscript
        </PostConnectCommands>
-        <StartupCommands></StartupCommands>
-      </Debugger>      
+        <StartupCommands>
+shell sleep 1
+        </StartupCommands>
+      </Debugger>
       <ResourceCompiler Required="no" Options=""/>
       <PreBuild/>
       <PostBuild/>