-
### Component
Forge
### Describe the feature you would like
Support [Microsoft's Debug Adapter Protocol (DAP)](https://microsoft.github.io/debug-adapter-protocol//), so that folks can use the…
-
Our users would like a debugger. I figured since monaco-languageclient is mostly vscode at this point it might not be too hard but wanted to have your opinion on the matter, how hard would it be to ma…
-
this might be too early to suggest but is one of the features that makes a simple editor become an essential tool for my workflow \
I simply love integrated development environments
you're probabl…
-
Implement [Debug Adapter Protocol](https://github.com/Microsoft/debug-adapter-protocol)
giann updated
6 months ago
-
Hi,
I recently made some updates to the debugger protocol adapter and would like to test my changes, but I’m not entirely sure how to properly compile and test the adapter. It would be really helpf…
-
### describe the problem in Detail. What do you expect to happen ? What does happen ?
since several weeks the adapter is loosing connection to device/service. Meanwhile almost once each day.
when …
-
@NipunaRanasinghe do you have any plans to add support for https://microsoft.github.io/debug-adapter-protocol/ as well ? IMHO if you want to build a full functioning tooling for ballerina you would ne…
-
Just like there is the [language server protocol](https://microsoft.github.io/language-server-protocol/) to have cross editor support for language features, there also is the [debug adapter protocol](…
-
**Is your feature request related to a problem? Please describe.**
I would like to have additional debugging support in coc.nvim. There are no debug extensions for neovim, that provide proper auto-…
-
### Debug adapter definition and debug configuration
```
local dap = require("dap")
require("dapui").setup()
dap.adapters["pwa-node"] = {
type = "server",
host = "localhost",
port = "${port}…