help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] Emacs gdb interface


From: Eli Zaretskii
Subject: Re: [h-e-w] Emacs gdb interface
Date: Wed, 21 Mar 2012 23:30:33 +0200

> Date: Wed, 21 Mar 2012 21:09:52 +0100
> From: Dani Moncayo <address@hidden>
> Cc: address@hidden, address@hidden
> 
> -------- main.c -------------
> #include <stdio.h>
> 
> int main(void)
> {
>    printf("hello, world!\n");
>    fflush(stdout);
>    return 0;
> }
> -----------------------------
> 
> The output should not be shown in the *gud* buffer (as happens now),
> but in the *input/output* one, no?  If not, what's that *input/output*
> buffer for?

I suspect that whatever tricks gdb-mi.el uses to separate the
program's output from GDB's simply doesn't work on Windows.  But
that's a guess, I didn't have time to dig into this.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]