mfussenegger / nvim-dap-python

An extension for nvim-dap, providing default configurations for python and methods to debug individual test methods or classes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide more configuration examples

azmeuk opened this issue · comments

Being not especially familiar with the nvim-dap internal code, it is not easy to find how to configure at least the default options for debugpy, even with the documentation under the eyes.

I would suggest adding a practical example in the README file, for example that would enable jinja debugging by default, or disable justMyCode, or set a different console.

Related tickets: #95

Actually, I realized that the very things I wanted to do are achievable with neotest-python:
https://github.com/nvim-neotest/neotest-python/blob/054f22129405e747adfc2cbeddfcc59537df50ba/README.md?plain=1#L23