Support debugger launch outside venv to debug program in venv #1868
Unanswered
TheJJ
asked this question in
Enhancements
Replies: 1 comment
-
Moving to enhancements for up votes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
debugpy
should be able to launch a module/file within a venv, withoutdebugpy
being in the venv itself.This allows having a system installation of
debugpy
, but use it in venvs.Currently the venv must be active when launching a
debugpy
server, but when this venv haswhich is reasonable and set by e.g.
pdm
- butdebugpy
itself can't be launched if it's not installed in the venv then.-> debugpy should support a
venv
path setting of a venv to activate right before launching the debugged program.Beta Was this translation helpful? Give feedback.
All reactions