This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

emulator UART window

Hello

How can I enable copy/paste from emulator UART window? We are dumping traces on UART and I need to copy and integrate them into a document, but it seems copy is disabled

Thanks
Regards

Parents
  • Look up the debugger command for SLOG. You can log any text in the serial window to a text file. You can create a text file, append to a text file, start logging and stop logging. You can capture selected window text by writing a simple script that can be execute from a breakpoint.
    Both LOG and SLOG are powerful capture routine in the simulator.

Reply
  • Look up the debugger command for SLOG. You can log any text in the serial window to a text file. You can create a text file, append to a text file, start logging and stop logging. You can capture selected window text by writing a simple script that can be execute from a breakpoint.
    Both LOG and SLOG are powerful capture routine in the simulator.

Children