nvim-dap-python
nvim-dap-python copied to clipboard
enable autoreload
Having manually enabled debugpy's autoreload option with nvim-dap-python, I've found it significantly improves the debugging workflow.
Is there a specific reason this isn't a configurable option already?
If not, I would suggest adding this setting to enable debugpy's autoreload within nvim-dap-python.
Thanks for nvim-dap!