This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-F28069M: Custom debugging tool (like gdb)

Part Number: LAUNCHXL-F28069M


Hi community,

is there a way to debug a uploaded program to my launchxl without CCS?

I created a new project in CCS and build it. Furthermore, I upload it with Uni-Flash. Uni-Flash shows no error but the program is not running.

I guess it stops on "main" because the debugger of the project is halted in CSS on main.

I probably want to code in VScode, compile it with gmake in "Debug" directory and upload with Uni-Flash. Now I want to debug it.

Do you know a way to do this?