Debugging and show large string variable freezes IntelliJ
Hello,
when debugging and clicking on a variable object with a large xml-String, Intellij freezes for several minutes.
The string is char[838662].see attached picture.
When waiting long enough, the system runs on, but all the time clicking on that variable it freezes again.
I think, thats a bug ?
Greetings
Klaus
Attachment(s):
Bild 6.png
请先登录再写评论。
Hi Klaus,
Could you provide a cpu snapshot for that?
Denis
Hi,
thanks for your attendance.
First I can send you threadDumps, see attached.
I will try to produce a yjagent output.
Greetings
Klaus
Attachment(s):
20130619-082343-385.zip
Here the snapshot, hope it fits, I am not practised with the tool.
Greeting
Klaus
Attachment(s):
idea.exe-2013-06-19.snapshot.zip
Hi Klaus,
Thanks for the dumps and snapshot.
Looks like the reason is too lengthy text being rendered by swing. We've lowered the limit of characters shown in tooltips, this should help.
Eugene,
Hi Eugene,
thanks for identifying the problem and finding a solution.
How can we participate in it ? Next Update , or is there a configuration option ?
Greetings
Klaus
This has been pushed in the master branch, so the nex IDEA 13 EAP build should already contain the change