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
RealView MDK-ARM Version 3.40
But why external port? I want to copy the text logged on the uart emulation window: View/Serial Window/UART1 or even ITM
What is SLOG?
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.
But why can't you simply copy & paste from the Serial Window?
Because that window doesn't allow select & copy
I think the SLOG could be the solution. I will try it tomorrow.
Al Bradford; Thank you for the tip!
But why doesn't it allow it?
Other windows do; it's a standard Windows feature, so someone must have specifically disanbled it - why??