Shorthand view for string values in debug

Sysprogs forums Forums VisualGDB Shorthand view for string values in debug

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #31886
    viordash
    Participant

    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, 3 months ago by viordash.
    Attachments:
    You must be logged in to view attached files.
    #31890
    support
    Keymaster

    Hi,

    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.

    #31894
    viordash
    Participant

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.