eclipse-cdt-cloud / cdt-gdb-adapter

CDT GDB Debug Adapter
Eclipse Public License 2.0
28 stars 40 forks source link

Make use of cdt-gdb-adapter along with cdt-gdb-vscode #229

Closed santimchp closed 1 year ago

santimchp commented 1 year ago

We have installed "cdt-gdb-vscode" extension into Eclipse Theia in order to debug RiscV implementations, and for this to open a debug session and work properly we had installed "ms-vscode,cpptools" for "C/C++" tooling, and it was working fine, but as everybody knows the problem is that we can't use it due to Microsoft license restrictions.

So as an alternative we came across CDT GDB Debug Adapter (cdt-gdb-adapter) from Stefan Dirix on the TheiaCon presentations, which we think it might be the solution to enable our already installed "cdt-gdb-vscode" extension and replace the "ms-vscode,cpptools", so we were wondering how to make use of it, and how to integrate it. We were watching and reading the documentation available and we are still a bit confused, as it is not in a shape of an extension that you can just install from VSIX straight away.

Thank you

jonahgraham commented 1 year ago

cc: @sdirix may be able to help on getting it into theia.

Have a look at what cdt cloud blueprint does to pull it in. It uses the build that is published to open vsx

jonahgraham commented 1 year ago

I hope you got the answers you were looking for. If you need more, please reopen the question.