xndcn / atom-debugger

GDB debbuger for Atom
MIT License
44 stars 16 forks source link

GDB console and output #16

Open philfine opened 8 years ago

philfine commented 8 years ago

Great work in integrating GDB in this awesome editor.

I wonder if with your integration you might have the possibility to create a view to enable gdb console commands, just like vimgdb does it. Seems old fashioned but very powerful. I am considering to invest some time to code this integration if you evaluate it as a useful feature.

I am considering to move to atom, if I can perform everything I do in VIM. :-) Integration with GDB is a key element.

Best regards

hexa00 commented 7 years ago

Note if you ever do this please check out:

This GDB feature, that is made for that: (new in 7.12)

See : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=HEAD for more info