You should use the following command sequence to attach to the target without losing the onchip trace contents, e.g. in case the onchip trace has already been set up by the target application and should not be reset by the debugger:
Onchip.DISable
Onchip.Attach
SYStem.Mode Attach
Break
The trace contents can be then displayed using the command Trace.List
Add a comment