JS Debug / Spy expression

Hello,

For obfuscation code, we need to see values of JS, that’s work very well but can i copy the value of the spied variable ?

Example :

    xbeforeResize: 1846

I want to copy the value 1846 (excessively longer of course), is it possible ?

Thanks