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
0
Avatar
Permanently deleted user

Hi Klaus,

Could you provide a cpu snapshot for that?

Denis

0
Avatar
Permanently deleted user

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
0
Avatar
Permanently deleted user

Here the snapshot, hope it fits, I am not practised with the tool.

Greeting
Klaus



Attachment(s):
idea.exe-2013-06-19.snapshot.zip
0
Avatar
Permanently deleted user

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,

0
Avatar
Permanently deleted user

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

0
Avatar
Permanently deleted user

This has been pushed in the master branch, so the nex IDEA 13 EAP build should already contain the change

0

请先登录再写评论。