issues Search Results · repo:mfussenegger/nvim-dap language:Lua
Filter by
580 results
(95 ms)580 results
inmfussenegger/nvim-dap (press backspace or delete to remove)Debug adapter definition and debug configuration
dap.defaults.fallback.external_terminal = {
command = vim.fn.expand( ~/.tmux/tmux_dap_split.sh ),
}
The contents of the script are the following:
#!/bin/bash ...
haraldan
- 3
- Opened 5 days ago
- #1572
Debug adapter definition and debug configuration
I hooked up leader el to open a global and local launch.json file in a tab at the same time. Then I get this error:
Error detected while processing CursorMovedI ...
MartyMcFlyInTheSky
- 1
- Opened 8 days ago
- #1570
Debug adapter definition and debug configuration
I ve got a rather complicated configuration setup with coroutines asking the user for information and waiting for a task
to show up before returning the ...
ChristianHeinigk
- 8
- Opened 8 days ago
- #1569
Debug adapter definition and debug configuration
OS: Darwin redacted 24.6.0 Darwin Kernel Version 24.6.0: Mon Jul 14 11:28:30 PDT 2025;
root:xnu-11417.140.69~1/RELEASE_ARM64_T6030 arm64
Plugin Setup: ...
vinicius507
- 3
- Opened 24 days ago
- #1565
Debug adapter definition and debug configuration
Example for rust, but also happens in C++ if there is nothing to step into (and maybe other times aswell).
dap.adapters.codelldb = {
type ...
Gaweringo
- 4
- Opened on Oct 4
- #1561
Problem
The problem arises because of the following line
https://github.com/mfussenegger/nvim-dap/blob/7367cec8e8f7a0b1e4566af9a7ef5959d11206a7/lua/dap/session.lua#L948
When the buffer is detatched (see ...
benjiwolff
- Opened on Sep 28
- #1560
Problem Statement
I am developing a project with swift/vapor/JS, on VScode my dap configuration has a property called serverReadyAction
that allows me to start a browser in debug mode after my server ...
plandevida
- Opened on Sep 28
- #1559
Debug adapter definition and debug configuration
dap.adapters[ pwa-node ] = {
type = server ,
host = localhost ,
port = ${port} ,
executable = {
...
Lap1n
- 2
- Opened on Sep 27
- #1558
Debug adapter definition and debug configuration
OS: Linux 6.16.6-arch1-1 CodeLLDB version: v1.11.5 Compiler: local/gcc 15.2.1+r22+gc4e96a094636-1 Debuggee: cpp file
details
summary Whenever I try to ...
kivanc57
- 4
- Opened on Sep 11
- #1553
Debug adapter definition and debug configuration
OS: windows 10
default config for Dotnet so that would be
dap.adapters.coreclr = {
type = executable ,
command = /path/to/dotnet/netcoredbg/netcoredbg ...
upstream
DePaWSiT
- 1
- Opened on Sep 9
- #1551

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.