Skip to main content

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

Oh, also, we have builds set up for these things. I still have on my todo to build a proper vsix bundle for the extension so you can try it out.

https://ci.eclipse.org/cdt/view/Github/

Doug.

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> On Behalf Of Doug Schaefer
Sent: Thursday, November 8, 2018 3:30 PM
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: [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://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_eclipse-2Dcdt_cdt-2Dgdb-2Dvscode&d=DwIGaQ&c=yzoHOc_ZK-sxl-kfGNSEvlJYanssXN3q-lhj0sp26wE&r=NrrbvTHWa2Nbp_kAN0Hl1o3lM1WAwSes64uBjxjNhMc&m=HbY7l_Bl6hmXSl5wa10BBhFn6uWPEkZCqz_BSokAOVs&s=eEVI1IT1ToBAj1r8IBBgUXQmjca8-aKm76xzjbkZycY&e=

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://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_eclipse-2Dcdt_cdt-2Dgdb-2Dadapter&d=DwIGaQ&c=yzoHOc_ZK-sxl-kfGNSEvlJYanssXN3q-lhj0sp26wE&r=NrrbvTHWa2Nbp_kAN0Hl1o3lM1WAwSes64uBjxjNhMc&m=HbY7l_Bl6hmXSl5wa10BBhFn6uWPEkZCqz_BSokAOVs&s=4CKex4Sv3g4pPm7OMpqvOatHc8yHJahy71bWECpnTN0&e=

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.
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://urldefense.proofpoint.com/v2/url?u=https-3A__www.eclipse.org_mailman_listinfo_cdt-2Ddev&d=DwIGaQ&c=yzoHOc_ZK-sxl-kfGNSEvlJYanssXN3q-lhj0sp26wE&r=NrrbvTHWa2Nbp_kAN0Hl1o3lM1WAwSes64uBjxjNhMc&m=HbY7l_Bl6hmXSl5wa10BBhFn6uWPEkZCqz_BSokAOVs&s=ndLyLIiaYBlPR-XPMpfvQzMo99-631JAXBvE9mmOSJ4&e=

Back to the top