Hello. Let's suppose that some program has an array of chars: char Str[100], and one want to see the content in the form of string. How this can be done, except "p Str" in console, where gdb prints it out as a string? -- Leon