Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] How far the CDT now from providing LSP and DAP support?

Hello Alexander,

The DAP part is covered by Bug 542488 for the CDT plug-ins change, the main dependencies are the cdt-gdb-adapter debug server (integrated in org.eclipse.cdt.debug.dap plug-in in the debug-servers directory - there is a JTAG specialized version too) and LSP4E's debug plug-ins that provide the basis for CDT's implementation.

For LSP the plug-ins are in the lsp directory. There are a number of examples in other projects (e.g. WildWebDeveloper and Linuxtools) on integrating LSP into Eclipse Plug-ins that CDT can be lead by. The LSP4E project is the key to this and much of the work is there. Unlike the other project mentioned, CDT has existing editor while the others use the generic editor. There is a component for CDT's LSP work. See this bugzilla query.

I hope that helps to get you started,

Jonah
~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Wed, 18 Dec 2019 at 11:37, Alexander Fedorov <alexander.fedorov@xxxxxxxxxx> wrote:
Hello,

I'm looking for the information regarding the subject to understand the
state we have ATM.
Any materials, bugzilla records or references to the CDT sources will be
helpful.

Thanks,
AF
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top