Tool/software:
CCS Eclipse (v18) provided the ability to "Launch Selected Configuration" .ccxml file. This launched the debugger without connecting to the target or loading a program.
Does CCSv20 support this option? The closest I can find is either:
- Right-click on .ccxml file and selecting "Start project-less debug".
- View -> Connected Targets, then click "Debug" and click the Debug Icon in the Connected Targets toolbar
Both methods seem to start the debugger but I cannot tell if the target is connected. I am guessing that it is not connected because I get the following error when I try to Load a program:
GEL: Target must be connected before calling the function
As a side note, when I tried using:
- Run -> Start Debugging from the menubar
At first, the same result mentioned above happened. But after "debugging" my code using the "Debug Project" toolbar button, this option jumped right into the debugger, the same as if I hit the "Debug Project" button.
To summarize:
- Is project-less debug similar to using the "Launch Selected Configuration"?
- If so, am I missing a way to "Connect to Target" (like we had in CCSv18)?
- Or should we just be able to go straight to loading a program (but that feature is broken)?
Thanks Much,
Scott