eclipse-lsp4e / eclipse-lsp4e/lsp4e
Unix domain socket for debugger adapter possible?
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 85
- Forks
- 69
- Avg merge
- 8h 33m
- Merged PRs (30d)
- 6
Description
Is it possible to use the debugger adaptor and programmatically configure it to communicate through a unix domain socket instead of an IP socket?
I am trying to debug cmake-scripts from within eclipse CDT for cmake4eclipse, but it turns out that cmake listens on a unix domain socket (on linux) or a named pipe (on windows) to communicate via DAP.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by locating the debugger adapter's DAP transport configuration and determine whether it can select a Unix domain socket on Linux or a named pipe on Windows. Done means establishing whether programmatic configuration can support the cmake4eclipse and Eclipse CDT use case, with tests covering the supported transports.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, java
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100