top | item 33045221

(no title)

pgrulich | 3 years ago

I was looking a bit in gdb frontende recently but still think it would be cool to have a chrome debug protocol adapter for gdb. Or is there something like this?

discuss

order

colordrops|3 years ago

Or a decent quality vim/nvim interface to GDB.

IshKebab|3 years ago

Yeah there's gdbserver which allows you to connect to GDB over TCP and run commands. You can use the GDB/MI command syntax which gives machine readable output.

Then Microsoft provides an adapter to convert GDB/MI to their standard Debug Adapter Protocol. I think their adapter is unfortunately closed source but there appears to be a third party open source one too.

dannymi|3 years ago

>there appears to be a third party open source one too

Where?