Hello,
I'm trying to run a script in CodeWarrior Debugger Shell from windows command window. What I've tried is;
> cwide.exe -data <path_to_workspace> -vmargsplus -Dcw.script=<path_to_script>
This works just fine. The problem is I have different scripts to run and everytime I want to run a different script, I have to close CodeWarrior which I dont want. Another problem is that I want to see the progress on the windows command window. For instance, in the script file I evaluate a variable such as "evaluate s_sBITResults" and Debugger Shell return a value. But I want to able to access these result through cmd window.
TL;DR: Is there a way to run CodeWarror(10.6) Debugger Shell without starting CodeWarrior itself?
Thanks.