by Andreas Suurkuusk » Fri Dec 04, 2015 1:43 pm
Setting the maximum size for strings and arrays to a large value will not affect the analysis of the session, but the session file will become larger. The field data is stored separately and is only loaded into memory when being presented.
We will consider adding some way of exporting field data, such as strings and byte[] arrays, but that would most likely still require that the whole string is collected. During normal profiling, the contents of the fields can be changed at any time and the instances can be moved in memory. It's only when importing a memory dump that it would possible to retrieve the field data after the snapshot has been collected.
Best regards,
Andreas Suurkuusk
SciTech Software AB