Use pdb instead of debugpy #20118
-
debugpy does not support Python 3.6 anymore, but my project is sticking to Python 3.6. Is it possible to use pdb instead of debugpy with our extension? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
brettcannon
Oct 31, 2022
Replies: 1 comment
-
Our extension doesn't support pdb, but we are working towards breaking out debugpy support into its own extension where we can do a release with an older version of debugpy that supports CPython 3.6 which you can then pin to. See #19559 . |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
brettcannon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our extension doesn't support pdb, but we are working towards breaking out debugpy support into its own extension where we can do a release with an older version of debugpy that supports CPython 3.6 which you can then pin to. See #19559 .