Skip to content

issues Search Results · repo:mfussenegger/nvim-dap language:Lua

Filter by

524 results
 (69 ms)

524 results

inmfussenegger/nvim-dap (press backspace or delete to remove)

Debug adapter definition and debug configuration No response Debug adapter version main branch, last commit Steps to Reproduce 1. create ~/.config/dap-issue/init.lua file with the following config ...
  • miroshQa
  • 1
  • Opened 
    2 days ago
  • #1460

Problem Statement I use the same DapBreakpoint icon for DapBreakpointRejected, but grayed out. The problem now is that i cannot distinguish if the DapBreakpointRejected is a DapLogPoint or a DapBreakpoint. ...
  • sand4rt
  • Opened 
    4 days ago
  • #1459

Debug adapter definition and debug configuration Installed via nixos. Minimal configuration: vim.keymap.set( n , leader dc , function() require( dap ).continue() end) vim.keymap.set( n , leader db ...
  • supermarin
  • 2
  • Opened 
    6 days ago
  • #1458

Problem Statement i have a codebase with an assert() macro. i want to break on any line where an assertion fails, across any run of this program, without having to set a breakpoint manually each time ...
  • jyn514
  • 5
  • Opened 
    10 days ago
  • #1456

Problem Statement I d like to have a gdb regular terminal when debugging using nvim-dap, is this possible? I dislike REPL terminal as to run a GDB command you have to type -exec each time. Possible ...
  • javierfileiv
  • 4
  • Opened 
    13 days ago
  • #1455

I m trying to set up a debugger for Dart using nvim-dap. I’ve encountered an issue with the console configuration and would appreciate guidance. Problem: When I configure console = integratedTerminal ...
  • IgnatevKirill3341
  • 1
  • Opened 
    14 days ago
  • #1454

Problem Statement GDB and LLDB support setting a breakpoint when the value of a variable changes: Breakpoint 1, main () at ./example.c:2 2 int foo = 1; (gdb) watch foo Hardware watchpoint 2: foo (gdb) ...
  • jyn514
  • 2
  • Opened 
    14 days ago
  • #1452

Debug adapter definition and debug configuration dap.adapters.bashdb = { type = executable , command = vim.fn.stdpath( data ) .. /mason/packages/bash-debug-adapter/bash-debug-adapter , name ...
  • tex10456
  • 1
  • Opened 
    19 days ago
  • #1447

Debug adapter definition and debug configuration Installed the adapter via the the download page (version 3.1.2-1054). There is no wiki page for .NET, but after some research I found this site. This ...
  • TheVave
  • 4
  • Opened 
    22 days ago
  • #1446

Debug adapter definition and debug configuration I m using AstroNvim (it already comes with the adapter installed) and I made this configuration: ` local dap = require dap dap.adapters.godot = { type ...
  • ayslan-gamedev
  • 1
  • Opened 
    25 days ago
  • #1445
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

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 Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub