-
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…
-
### 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…
-
Implement [Debug Adapter Protocol](https://github.com/Microsoft/debug-adapter-protocol)
giann updated
5 months ago
-
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…
-
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…
-
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](…
-
-
### Debug adapter definition and debug configuration
```
local dap = require("dap")
require("dapui").setup()
dap.adapters["pwa-node"] = {
type = "server",
host = "localhost",
port = "${port}…
-
@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…
-
Vert.x [4.2 introduced support for MQTT 5](https://vertx.io/blog/whats-new-in-vert-x-4-2/) on the server side. Would be nice to support it in the MQTT adapter.