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.
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 disablejustMyCode
, or set a different console.Related tickets: #95