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?