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

README: add setup instruction via mason.nvim #90

Closed lkhphuc closed 1 year ago

mfussenegger commented 1 year ago

Sorry but no. The readme targets the lowest common denominator. If users install debugpy via pacman, nix, mason, etc. is up to them and I don't want to have to cover all the scenarios.

People might not have mason installed, then you'd need to explain that too and so on.

ooloth commented 1 year ago

I hear what your saying, but for what it's worth, I'd also find "with mason" installation instructions helpful.

It's currently unclear to me which instructions to follow vs. skip from this README, the mason README and/or the mason-nvim-dap README to get a python debugger up and running.

albertfgu commented 1 year ago

Another 👍 to finding these instructions helpful. I think it would have taken me a long time without finding this PR.