basic python debugging

This commit is contained in:
Chris 2021-07-05 00:52:36 -04:00
parent 4bbf4c290a
commit af5d292fbf
3 changed files with 36 additions and 30 deletions

View file

@ -75,3 +75,6 @@ if O.lang.python.autoformat then
},
}
end
local dap_install = require("dap-install")
dap_install.config("python_dbg", {})