Can i configure emacs to use gdb like a graphical debugger?
Posted
by
Joey Carson
on Stack Overflow
See other posts from Stack Overflow
or by Joey Carson
Published on 2012-03-27T22:00:02Z
Indexed on
2012/03/29
11:29 UTC
Read the original article
Hit count: 205
I'm pretty sure that this how other IDE's do it, e.g. on windows eclipse uses the output of gdb from MinGW (the windows port of GNU toolchain) to map where execution is in the source code and what values variables hold, etc. I'm stuck using gdb via a script that prepares our application in a chroot and does some other bootstrap for debug purposes. Once the script starts moving, the output is all gdb. Is there any way that I can configure emacs so that it will use gdb's output and allow for a sort of graphical debugger, comparable to that of eclipse or ms visual studio?
© Stack Overflow or respective owner