31i73 / atom-dbg-gdb

An Atom package - A GDB debugger
https://atom.io/packages/dbg-gdb
MIT License
16 stars 10 forks source link

Application Terminal IO #16

Closed vanossj closed 7 years ago

vanossj commented 7 years ago

This allows for input to the application via stdin (#13) by separating application terminal io from gdb terminal io.

I modified platformio-atom-ide-terminal, since that seems to be the most active terminal-plus fork.

ProPuke commented 7 years ago

Thanks for the pr vanossj.

Sorry for the late response on this one, but I've decided to forego it and add interactive support to output-panel instead, as it integrates a little nicer than the platformio approach.

Cheers though

vanossj commented 7 years ago

no problem, just happy its working