Hi!
How can I set the normal appearance of string values when debugging. The current format, for example “abcd ‘0’ <repeat 100 times>”, is not friendly.
Thanx
This topic was modified 2 years, 11 months ago by viordash.
This value comes directly from gdb. Please consider checking the gdb documentation for commands controlling it. You can add these commands to VisualGDB Project Properties -> Additional GDB Commands.
Thank you, you have solved my problem.
I have added this additional GDB commands to executing after selecting a target
– set print repeats 200
– set print elements 2000
– set print sevenbit-strings off