Copy() command doesn't work for typescript debugging anymore

Hello,

This is a limitation I’ve come across when debugging typescript functions. Say, you put a debug point and want to inspect a variable that holds a large string. When you type out that variable name in the debug console, Foundry gives a message “Output has been truncated to the first 100000 characters. Run copy(yourVariableName) to copy the full output”.
Now, iirc this ‘copy’ command used to work but has stopped working recently for me.

Assistance would be appreciated.

Thank you.