Add support for file passed as sources for gdb
[bertos.git] / wizard / cltemplates / bertos.project
index 8a3a6b451b42ffa12ee25b03e637ab4f599cb3c8..e6a16f891b813355de00262b1e5813939b385fff 100644 (file)
@@ -11,8 +11,9 @@ $filelist
       </Compiler>
       <Linker Required="yes" Options=""/>
       <Debugger IsRemote="yes" RemoteHostName="localhost" RemoteHostPort="3333" DebuggerPath="$debuggerpath">
-        <PostConnectCommands>monitor soft_reset_halt
-tbreak main</PostConnectCommands>
+        <PostConnectCommands>
+source $initscript
+       </PostConnectCommands>
         <StartupCommands></StartupCommands>
       </Debugger>      
       <ResourceCompiler Required="no" Options=""/>