I am starting the debugger with UV4 -d <project> from the command, but would like to start code execution (Run/F5) automatically. This can be done with a GO command in the initialization file, but the project is not configured to load initialization file at startup in "Options for Target - Debug - Initilization File". I do not want to change the options for target.
Is it possible to start uvision debugger with initialization file from command line? e.g. UV4 -d <project> <initialization file>
Is there a way to start execution from command line automatically without changing the options for target?