Few more debugconfig added

This commit is contained in:
SamPosh 2023-04-20 12:04:03 +05:30 committed by GitHub
parent 8b2cff995a
commit 0cecfa603f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@ return {
-- You can provide additional configuration to the handlers,
-- see mason-nvim-dap README for more information
-- 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 = {
python = function(source_name)