Hello
I have started using Visual Studio 2022 for a .net 6.0 C# project and I am having issues with long strings getting truncated in datatips when debugging. It seems like the string is truncated to 1000 characters which was not the case in Visual Studio 2019.
Is there a setting where the limit can be changed? I have ReSharper and Productivity Power Tools installed, but ReSharper is set to not replace datatips.
Edit 1: After talking with a college, this might be because I am breaking inside of the Client side of a Blazor Wasm solution, so the debugger sees the variable as a dynamic type instead of a string.