farre / midas

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

Work on support for Canonical Midas #198

Closed theIDinside closed 3 months ago

theIDinside commented 3 months ago

This PR intends to refactor the implementation of the DebugSession type in vscode debug adapter protocol repo so that we more easily can use it for our ("soon" to be) 2 debugger variants GDB and our own MDB.

To implement support for MDB fully, we also need to add an additional provider (modules/provider/mdb.js)

Don't merge until all boxes checked