You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running nvim-dap-python on nvim 0.9.5. OS is Windows and using debugpy as adapter.
when i try to run debugger on the uv's default main.py file i get the below error message in nvim. i have also included the dap logs and output from manually running debugpy in terminal below.
i think it is to do with a bad path "C:\Users<username>\uv-test2/.venv\Scripts\python.exe" (possibly double back slashes are required for windows? and there is one single forward slash) but maybe i am wrong. also shouldn't dap-python use pythonw.exe to avoid the terminal window pop up?
Error executing vim.schedule lua callback: Vim:E903: Process failed to start: function not implemented: "C:\Users\<username>\uv-test2/.venv\Scripts\python.exe"
stack traceback:
[C]: in function 'jobstart'
...20881/nvim/nvim-data/lazy/nvim-dap/lua/dap/session.lua:300: in function 'handler'
...20881/nvim/nvim-data/lazy/nvim-dap/lua/dap/session.lua:1115: in function 'handle_body'
...20881/nvim/nvim-data/lazy/nvim-dap/lua/dap/session.lua:1619: in function 'cb'
vim/_editor.lua:263: in function <vim/_editor.lua:262
Debug adapter didn't respond. Either the adapter is slow (then wait and ignore this) or there is a problem with your adapter or `python` configuration. Check the logs for errors (:help dap.set_log_level)
Press ENTER or type command to continue
Uh oh!
There was an error while loading. Please reload this page.
I am running nvim-dap-python on nvim 0.9.5. OS is Windows and using debugpy as adapter.
when i try to run debugger on the uv's default main.py file i get the below error message in nvim. i have also included the dap logs and output from manually running debugpy in terminal below.
i think it is to do with a bad path "C:\Users<username>\uv-test2/.venv\Scripts\python.exe" (possibly double back slashes are required for windows? and there is one single forward slash) but maybe i am wrong. also shouldn't dap-python use pythonw.exe to avoid the terminal window pop up?
any help is appreciated.
nvim error message
logs
output when running
uv run --with debugpy python -m debugpy.adapter
in terminalThe text was updated successfully, but these errors were encountered: