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.
已解决! 转到解答。
Hello @Moriquendi
Which debug probe did you use? For OpenOCD, J-Link, and P&E Multilink, please refer to the following resources.
https://mcuoneclipse.com/2015/03/22/openocdcmsis-dap-debugging-with-eclipse-and-without-an-ide/
https://mcuoneclipse.com/2015/03/25/command-line-programming-and-debugging-with-gdb/
Since CW10.6 is based on Eclipse, you can refer to the Eclipse documentation as well.
BR
Alice
Hello @Moriquendi
Which debug probe did you use? For OpenOCD, J-Link, and P&E Multilink, please refer to the following resources.
https://mcuoneclipse.com/2015/03/22/openocdcmsis-dap-debugging-with-eclipse-and-without-an-ide/
https://mcuoneclipse.com/2015/03/25/command-line-programming-and-debugging-with-gdb/
Since CW10.6 is based on Eclipse, you can refer to the Eclipse documentation as well.
BR
Alice