Brent Fulgham <[EMAIL PROTECTED]> writes: > Or is there a shortcut by which you can use gdb to debug a > program, but still pipe data to it by standard input?
You can save the data to a file, and tell gdb to make the program read from there. This is explained in Info: (gdb)Input/Output.

