Hello, maling list. Can't make "set print null-stop" work as written in manual. For example: char str[7]; sprintf(str, "i=%i", 0); (gdb) p str $1 = "i=0\000\017\377\267" (gdb) set print null-stop (gdb) p str $2 = "" Does this feature work or I'm doing something wrong? Another question - is there a corresponding gdm/mi command? Thank you, Alexander