I have a variable
char* x = "asd\nqwe\n ... "
and I want to print it with newlines printed as newlines not backslash n. Is it possible?
|
From within the debugger you can execute commands. Just call
Update:
Rather than calling printf, why not just use the gdb
|
|||||||||
|
\nin gdb output – ezpz Oct 7 '09 at 10:55