You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2022/01/14 11:39:19 UTC

[Bug 63620] jmeter GUI hangs when viewing Big JSON body with no space

https://bz.apache.org/bugzilla/show_bug.cgi?id=63620

--- Comment #20 from Vladimir Sitnikov <si...@gmail.com> ---
Looks like the way out is to make JMeter hard-wrap the long lines.
For instance, add an artificial line break after every 10000 chars in the line.

It should probably add a warning in the UI that the content has been "wrapped"
(== lines added) somehow.

WDYT?

-- 
You are receiving this mail because:
You are the assignee for the bug.