-
Termdebug only works for gdb, which is a major disappointment for the users who've wanted an integrated debugger for years, but don't compile in gcc (or perhaps not at all).
[Vimspector](https://gi…
-
In order to be able to use Rhino in modern develoment setups, I propose to implement the [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/), which is how [VS Code](https://c…
-
Would it be possible to support the [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/) too?
-
I think support for the Debug Adapter Protocol would be an nice addition to this plugin and extend its usage to more languages. It might even eliminate the necessity to maintain support for most, if n…
-
### I'm sure that
- [X] This issue is still present in the **current beta version** of this adapter
- [X] There is no other (open) issue with the same topic (use the search!)
- [X] This issue is not …
Zefau updated
2 weeks ago
-
Implement Microsoft's [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/overview).
This will require pyOCD to have complete debug capabilities.
-
While radare2 is low-level debugger, sometimes it is being used with some source-level debugging too.
Microsoft started an initiative very similar to LSP (Language Server Protocol) but targeting debu…
-
[`ipykernel 6.0.0`](https://pypi.org/project/ipykernel/6.0.0/) just landed which, among other things, supports the Debug Adapter Protocol. We should see if:
- we somehow magically get support :tada:…
-
At QuantStack, we are working on a prototype of debugger for the Jupyter ecosystem. This issue tracks the changes we need to make to get it done; some of them might be integrated independently from th…
-
[This](https://github.com/mfussenegger/nvim-dap) is an option, I should look for more before sticking to it.