update debugpy command in dap plugin conf
This commit is contained in:
parent
e29047af3b
commit
c312672203
1 changed files with 2 additions and 1 deletions
|
@ -17,8 +17,9 @@ return {
|
||||||
-- adapters
|
-- adapters
|
||||||
dap.adapters.python = {
|
dap.adapters.python = {
|
||||||
type = 'executable',
|
type = 'executable',
|
||||||
command = '/usr/bin/python',
|
command = '/root/.local/share/nvim/mason/packages/debugpy/venv/bin/python',
|
||||||
args = { '-m', 'debugpy.adapter' },
|
args = { '-m', 'debugpy.adapter' },
|
||||||
|
--args = { '-m', 'debugpy.adapter' },
|
||||||
}
|
}
|
||||||
|
|
||||||
-- setup dapui
|
-- setup dapui
|
||||||
|
|
Loading…
Reference in a new issue