weirdNox / emacs-gdb

GDB graphical interface for GNU Emacs
GNU General Public License v3.0
178 stars 10 forks source link

Access gud + see output from executable #12

Closed orlandini closed 3 years ago

orlandini commented 3 years ago

First of all, I am really impressed on how the package seems to work pretty well.

There are two things that I would like to ask:

  1. When using gdb-many-windows I also get to see the output from the executable. is it possible to get such behaviour with your package?
  2. Is it possible to send instructions to gdb directly? Similarly to the gud buffer when using the default gdb in emacs?

Thanks a lot!

orlandini commented 3 years ago

My bad. I was looking for gdb--inferior-io-get-buffer and gdb--comint-get-buffer. Closing this issue. Thanks again!