I am struggling a bit with JSON serializers/deserializers between my web API server and the mobile app. I have a bench project in VB.NET to experiment with deserialization from static string values. I would like to be able to paste a string produced in B4A mobile app to the VB.NET bench project (i.e. not send it over the wire). But I find long strings produced in B4A are always shown with trailing ellipses after a point. If you display, hover, or "copy value to clipboard", the string is always truncated. I can not find a way to see it all within the debugger.
My question is: While in the debugger is there any way to see long string values. My goal is to get that long string in the clipboard for study outside of the debugger. My feeling is that it should be a setting/option of the debugger to truncate, and if enabled, how much to show.
My question is: While in the debugger is there any way to see long string values. My goal is to get that long string in the clipboard for study outside of the debugger. My feeling is that it should be a setting/option of the debugger to truncate, and if enabled, how much to show.