Loving the new inline results display but a result that’s too large ends up hanging IntelliJ
cpu diagnostic
More info: I have experienced hangs displaying long SQL strings.
Is this specifically for large strings? I've been investigating some perf issues for large data structures too.
I’ll try inline viewing the honey data structure backing the strings
The honey data structure is displayed inline without a problem. The corresponding string causes a hang.
fwiw, eventually intellij recovers. so far, I haven’t seen a crash
Could you use Help | Diagnostic Tools | Start CPU Profiling, repro the delay, and then when the IDE comes back do Help | Diagnostic Tools | Stop CPU Profiling and send me the profile?
Assuming you don't have to wait for ages for it, of course...
sure. I’ll post results when I have them
Thanks!