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.
Tool/software: Code Composer Studio
Hi,
I am using the XDS110 on my J721E target board for debugging. I know we can see the output from GEL scripts and errors/warnings coming from the debug probe on Console view. But I am interested in seeing the logs of the entire debug session (when the debugger enables ICEPick, goes through the scan chain, establishes connection with the core). Is there a way to view such information?
Regards,
Iqra
Hi Iqra,
You can generate a debug server log:
https://software-dl.ti.com/ccs/esd/documents/ccs_diagnostic-logs.html#debug-server-logs
Note that this log is very detailed and can contain a LOT of information. It will have all the internal debugger messages and it can be confusing to go through all the messages to find the information you need.
Thanks
ki