Adding DAP support for languages #4182
Unanswered
lukepighetti
asked this question in
Q&A
Replies: 1 comment
-
did you figure out how to integrate dart dap with helix? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to contribute DAP integration for Dart, but I am having a very difficult time understanding the integration and error messages. I understand that this feature is experimental, but I'd still like to experiment with it in my language of choice.
A couple pain points:
DebugAdapterConfig.transport
,tcp|stdio
)Here's the Neovim POC for Dart DAP support https://gist.github.com/christopherfujino/80be0f4cd88f75c4991b478e6b071153#dart-proof-of-concept
I'll probably have more thoughts as I go, but I figured I'd get the ball rolling
Beta Was this translation helpful? Give feedback.
All reactions