When debugging the Virtual Service Environment(VSE) service in DevTest Console(Especially Inspection View), we can use the sub window which shows a value of a process.
However, sometimes a large content is truncated with the word "_TRUNCATED_" like below, can we see more information?
All supported DevTest releases.
By default, this window shows 1024 bytes for maximum.
If you want to change this maximum value for this window, please add the following line to the VirtualServiceEnvironment.vmoptions or VirtualServiceEnvironmentService.vmoptions file and restart the VSE server.
e.g. Change the maximum size to 5120 bytes
-Dtestexec.lite.longMsgLen=5120
After the change, the truncated value "Envelope" is displayed as per below.