Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Initial contrib for VS Code extension for debug adapter is up

Hey gang,

I have a very slim VS Code extension that handles launching of the gdb debug adapter. The source code is now up in the repo:

https://github.com/eclipse-cdt/cdt-gdb-vscode

Instructions to build are in the README file.

I have also updated the gdb debug adapter to run on Windows properly. I'm using gcc and gdb from scoop to test this. Instructions to build the debug adapter alone is in it's README. If your using the vscode extension, it builds it for you.

https://github.com/eclipse-cdt/cdt-gdb-adapter

Next step for me is to get this working with the LSP4E.debug plugin. I'll create a new launch configuration to capture the options you need in a new CDT plug-in.

Have fun, I sure am ☺.
Doug.

Back to the top