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: Sergei Organov
Subject: Re: [h-e-w] Emacs gdb interface
Date: Wed, 21 Mar 2012 14:53:59 +0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Dani Moncayo <address@hidden> writes:

> Hello Emacs,
>
> I'm trying to test the Emacs gdb interface, but there is something I
> don't yet understand.
>
> This is my setup:
> * OS: MS-Windows 7.
> * Development Environment: MinGW.
>
> I've done this:
> * I've written a "hello world" program [1].
> * I've compiled it.
> * I've tested the executable (p1.exe), and it works fine.
>
> Now, from my Emacs (almost latest trunk) I've done:
> * M-x gdb RET (the default command was "gdb -i=mi p1.exe")
> * b main RET
> * run RET
> * M-x gdb-many-windows RET
> * n RET
>
> At this point, the *input/output of p1.exe* buffer should show the
> "hello, world!" message written to the standard output, right?  But I
> observe that the buffer remains empty (see attached screenshot).
>
> Probably I'm missing something here.  Do you know what?

Did you try to run it under bare gdb (without Emacs)? If the problem
remains, it's gdb issue rather than Emacs one.

-- Sergei.




reply via email to

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