Few more debugconfig added
This commit is contained in:
parent
8b2cff995a
commit
0cecfa603f
|
@ -36,6 +36,8 @@ return {
|
||||||
-- You can provide additional configuration to the handlers,
|
-- You can provide additional configuration to the handlers,
|
||||||
-- see mason-nvim-dap README for more information
|
-- see mason-nvim-dap README for more information
|
||||||
-- In below way also we can setup debugger for python
|
-- In below way also we can setup debugger for python
|
||||||
|
-- Need to install pip3 install debugpy. In dockerfile it is already there. If you are using configuation alone
|
||||||
|
-- without dockerfile then install debugpy or mention the python path where debugpy is installed.
|
||||||
--[[
|
--[[
|
||||||
handlers = {
|
handlers = {
|
||||||
python = function(source_name)
|
python = function(source_name)
|
||||||
|
|
Loading…
Reference in New Issue