> From: "Lao JM" <[EMAIL PROTECTED]>
> Date: Wed, 17 Aug 2005 13:05:57 +0000
> 
> When I debug my C program, I can't see the printf() output in any buffer.
> However, I can provide input to scanf() in the GUD buffer. What should 
> I do to show the output? I am using Emacs 21.3.50.1 (CVS) on Windows2000.

What port of GDB is that?

Also, is it possible that your program doesn't fflush the standard
output after it calls printf?  I think redirecting stdout to a pipe
changes its buffering, so without fflush the characters may stay
buffered longer than with the console.


_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to