Intellij Profiler - read/copy/save value

50 views Asked by At

In intellij profiler I try to read hprof file. There is a string which is very long and I can't read it, at least not all of it. There is a byte[] but it seems I would have to read/copy characters one by one...(which is not easy as I try to read query)

As I try to ctrl+c I can copy only part of it. Is there any way to copy or save it? (i mean every character not only part of it)

Edit: I'd like to read my query which is too long to copy it(all I can do is copy it partially - it's not enough as I have other similar queries): enter image description here

But I can only open it in a new tab and read byte[](like below) enter image description here

0

There are 0 answers