mfussenegger / nvim-dap

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

Unable to launch a debugger correctly on macos m2 #1143

Closed emanuele-em closed 5 months ago

emanuele-em commented 5 months ago

Debug adapter definition and debug configuration

Installed nvim-dap, mason-nvim-dap and nvim-dap-ui following base configurations but when I launch the debugger I can't do anything: error: No stopped threads: Cannot move

Debug adapter version

No response

Steps to Reproduce

  1. open a simple cpp file
  2. set some breakpoints
  3. dap-continue
  4. step-* cause No stopped threads: Cannot move

Expected Result

debugger works correctly

Actual Result

No stopped threads: Cannot move