Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] generic editor and breakpoints

Hi,

LSP4E has support for the Debug Adapter Protocol and that allows to leverage breakpoints in the Generic Editor; it's successfully used for HTML, JS, TS, Rust... debugging. You can look at the code of LSP4E and get inspired. A starting point could be https://git.eclipse.org/c/lsp4e/lsp4e.git/tree/org.eclipse.lsp4e.debug/plugin.xml#n55

HTH

Back to the top