←back to thread

376 points turrini | 1 comments | | HN request time: 0.208s | source
Show context
VyseofArcadia ◴[] No.42147073[source]
For the Emacs users in the crowd, GUD is a pretty great GDB integration.
replies(4): >>42147285 #>>42147467 #>>42148175 #>>42156144 #
1. idahoduncan ◴[] No.42156144[source]
dape ( https://github.com/svaante/dape# ) is a great option for languages with debuggers implementing the Debug Adapter Protocol. Combined with debugpy it's killed M-x pdb for me, and has a very similar UI to M-x gdb.