mfussenegger / nvim-dap-python

An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.
GNU General Public License v3.0
571 stars 51 forks source link

Set `subProcess` to false if not present in config #72

Closed mfussenegger closed 2 years ago

mfussenegger commented 2 years ago

Until the startDebugging request is implemented in both nvim-dap and debugpy it's safer to set it to false as it can cause issues with some packages. See https://github.com/microsoft/debugpy/issues/1096

wookayin commented 2 years ago

Thanks for the follow-up. I think this would be a good default option.