How can I increase the maximum size for inspected values?
Answered
I want to inspect some variables I receive from my API, but the debugger doesn't show the whole value, it cuts off at about 1000 bytes. How can I increase this arbitrary limit? The problem comes up in the debugger tool window when inspecting variables, but also in the evaluate expression tool window. There is no reason for this to be limited, I wan to turn off this limit, but if that's not possible at least I should be able to increase the limit.
Please sign in to leave a comment.
Hi,
Have you tried to inspect the same variable in Xcode? In case result is the same there, it should be the limit enforced by lldb, not our IDE.
Not sure what type of variable you're trying to inspect (would be great to have more details) but might happen that you find this post useful.