rye icon indicating copy to clipboard operation
rye copied to clipboard

Suggestion: Easy way to launch rye test in debugger mode with debugpy

Open ShravanSunder opened this issue 1 year ago • 0 comments

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.

ShravanSunder avatar May 21 '24 11:05 ShravanSunder