27 May 2016
Being able to inspect variable values during debugging is probably one of the mostly used feature in Eclipse.
With String variables, the default Eclipse configuration is to truncate big Strings after 10000 characters. This can be a problem with long text documents loaded in a String.
As always with Eclipse, there is a possibility to change this configuration. Just open the "Max Length…" entry in the context menu of the detail pane (Variables view). In the next dialog set the value "Maximum characters to display in details pane".
The new limit will also be considered in the yellow overlay window.