[Feature Request] Add "Edit and Continue" feature for debugging #1260
Unanswered
Megil-Zesty
asked this question in
Enhancements
Replies: 2 comments
-
Moving this issue to discussion as an enhancement request for comments and upvotes. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Megil-Zesty @judej there is already support for edit and continue in debugpy. It does have some caveats (for instance, if you edit the function of the frame you're currently in you need to exit the frame for it to get the changes because in CPython the frame is immutable), but the basics work. See: #1119 (comment) for info on using it. |
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
-
For the love of god, please find a way to run an "Edit-and-continue" workflow in the debugger for Python. I realize others have said Python doesn't support it, but there must be a way...
Beta Was this translation helpful? Give feedback.
All reactions