Skip to content

simark/cdt-gdb-adapter

 
 

Repository files navigation

CDT GDB Debug Adapter

This is an implementation of the Debug Adapter Protocol for gdb. It is loosely based on the Eclipse CDT MI layer. We are at least learning from it.

Building

Build is pretty simple.

npm install
npm run build

The entry point for the adapter is out/debugAdapter.js.

About

CDT GDB Debug Adapter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.1%
  • Other 1.9%