#
debug-adapter-protocol
Here are 27 public repositories matching this topic...
Debug Adapter Protocol client implementation for Neovim (>= 0.5)
-
Updated
Mar 16, 2022 - Lua
justinmorrow
commented
Aug 13, 2020
Refiled from an old issue at JakeBecker/elixir-ls#120 (by @crbelaus)
The simplest suggestion I saw was simply adding a config option to disable automatic builds. See comment from @toranb for a potential spot to put the config check.
Related ideas for helping similar issues:
- Add support
Graphical Debugger for Sublime Text using the debug adapter protocol
-
Updated
Feb 22, 2022 - Python
An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.
-
Updated
Feb 12, 2022 - Lua
Kotlin/JVM debugging for any editor/IDE using the Debug Adapter Protocol
-
Updated
Nov 1, 2021 - Kotlin
Vim/Neovim debugger plugin providing a terminal interface to the Debug Adapter Protocol
-
Updated
Dec 1, 2021 - Vim script
Debug Adapter Protocol implementation for 1C:Enterprise 8
-
Updated
Jan 3, 2022 - Java
1С:Enterprise 8 (BSL) debug plugin for Visual Studio Code
-
Updated
May 11, 2021 - TypeScript
SWF debugger extension for Visual Studio Code
-
Updated
Mar 16, 2022 - Java
A mirror to https://codeberg.org/jdugan6240/kak-dap. Accepts issues and pull requests, but they are preferred upstream.
-
Updated
Mar 17, 2022 - Rust
Final Year Project at UCC on the topic of Alternative Visualizations for Distributed Tracing Data
kotlin
java
graphql
golang
elasticsearch
typescript
gradle
maven
visual-studio-code
opentracing
distributed-tracing
ktor
jaegertracing
debug-adapter-protocol
-
Updated
Jul 20, 2020 - TeX
Protocol Buffers and FlatBuffers definitions according to the Language Server Protocol and Debug Adapter Protocol specifications
go
protobuf
flatbuffers
protocol-buffers
language-server-protocol
grpc
debug-adapter-protocol
language-server-client
lsif
-
Updated
Apr 5, 2021 - Makefile
A template that can be used to make debug adapters compatible with the Debugger plugin in Sublime Text 3 and 4
-
Updated
Jun 25, 2021 - Python
Debug Adapter Protocol dissector for Wireshark.
-
Updated
Nov 12, 2019 - Lua
Examples of Debug Adapter Protocol (DAP) implementation
-
Updated
Jun 22, 2021 - TypeScript
A Sublime Text 3/4 package that connects with the Debugger plugin to debug Python code in Maya
-
Updated
Jun 25, 2021 - Python
A debug adapter for debugging Python within Autodesk 3ds Max, using Sublime Text 3 and 4
-
Updated
Jun 25, 2021 - Python
VSCode BlitzMax Debug Adapter
-
Updated
Apr 5, 2020 - TypeScript
HSP3 開発ツールを作るプロジェクト
debugger
language-server-protocol
vscode-extension
hsp
dap
hsp3
dev-tools
lsp
debug-adapter-protocol
-
Updated
Nov 21, 2021 - Rust
A debug adapter for debugging custom UI elements in SideFX Houdini, using Sublime Text 3 and 4
-
Updated
Jun 29, 2021 - Python
An adapter for debugging custom UI in Maya using Sublime Debugger in Sublime Text 3 and 4
-
Updated
Jun 29, 2021 - Python
Package dap implements Debug Adapter Protocol (DAP) specification in Go
-
Updated
Jan 24, 2020 - Go
debug server for chrome devtools and vscode
-
Updated
Apr 21, 2020 - Go
A debug adapter for debugging functions called through custom UI components in Nuke from Sublime Text 3 and 4
-
Updated
Jun 29, 2021 - Python
A debug adapter for debugging Python 2 code in Foundry Nuke, using Sublime Text 3 and 4
-
Updated
Jun 25, 2021 - Python
Improve this page
Add a description, image, and links to the debug-adapter-protocol topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the debug-adapter-protocol topic, visit your repo's landing page and select "manage topics."


When debugging go, there are a lot of threads.
It's annoying to have to scroll the StackTrace view to see the call stack in the current groutine.
Scroll the window on Stop events so that it becomes visible.