Debug Issues in Mac OS X
I have had a bootcamp Windows OS on this Macbook Pro operating OS X (10.11) to serve the singular purpose of embedded development. I was so exicited to find SystemWorkbench for Mac!!! I have been able to create a project, build it, and ran into issues when I try and launch the debugger:
Error in final launch sequence
Failed to execute MI command:
-target-select remote localhost:3333
Error message from debugger back end:
localhost:3333: Connection refused.
localhost:3333: Connection refused.
I found that if I launch the st-util program from the command line, which starts the debugger listening, then all is successful... Is there a way to add command line arguments to the launch of the debugger?
It is not a huge deal as having a terminal open to just input the simple ./st-util command each time I want to launch into debugging/loading isn’t that bad. I just feel as thoug this cannot be that difficult to fix as it works well when I manually start the st link utility, just cannot figure out how to automate this / fix the issue shown above...
Anyone else on Mac have this issue, and know how to resolve it?