rye
rye copied to clipboard
Suggestion: Easy way to launch rye test in debugger mode with debugpy
It would be amazing DX if i could launch commands from rye (like rye test) and have it launch in debug mode with debugpy listening python -m debugpy --listen 0.0.0.0:5678 xxx. The port could be configurable for example.