farre / midas

A GDB/MI Visual Studio Code Debug Adapter
MIT License
29 stars 1 forks source link

[Refactor] - Early adopt GDB DAP #154

Open theIDinside opened 1 year ago

theIDinside commented 1 year ago

GDB will in future versions support DAP. Begin work to early adopt it.

Doing that will make us not have to rely on (some what strange) behavior of gdb-js and we can talk immediately with GDB and no parsing between MI dicts -> JSON.