How can I increase the size of the string that IDE debugger visualizer can display? At the moment the limit is 2K (I think).
I am thinking in finding the source code for the current string visualizer and modifying it to show more lines and registering it as a new visualizer. Is this the correct or the cumbersome solution?