mfussenegger / nvim-dap

Debug Adapter Protocol client implementation for Neovim
GNU General Public License v3.0
5.09k stars 179 forks source link

Update Lua adapter installation doc + Add default out of the box lua debugging capability to DAP #1266

Closed MikeLemo1 closed 2 weeks ago

MikeLemo1 commented 2 weeks ago

Debug adapter definition and debug configuration

Installing and configuring the adapter with the following doc page doesn't yield expected results (besides lacking info for example where(absolute dir in linux say) to install vscode lua debugger) where after setting up nvim according to the doc placing breakpoints and then require("dap").continue() doesn't detects the adapter

Any idea why

Debug adapter version

No response

Steps to Reproduce

https://github.com/mfussenegger/nvim-dap/wiki/Debug-Adapter-installation 2) place break points 3) require("dap").continue()

Expected Result

Jump to first breakpoints line and allowing proper require("dap").continue() with repl and watch expression variables

Actual Result

Adapter not recognized / errors when using OSV

mfussenegger commented 2 weeks ago

Sorry but this is not nearly enough information to help you. No logs, no error messages, no proper reproduction steps.

This issue tracker is also primarily for bugs or features, not generic support requests