Replies: 3 comments
|
Sorry but I don't think there's anything to be done about this. Python debugging is slow based on how it works. You can read more about it here: And here: Debugpy is implementing the optimizations that Liran talks about. 3.12 may get better though. The CPython runtime has implemented new tracing mechanisms. Debugpy hasn't really updated to using the new way yet, but it's a work in progress |
0 replies
|
I agree, debugpy is slower then pycharm debug on same device. |
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.
When debugging with the same piece of code, the time it takes to run the result with
runis 25.895,and the time it takes to run the result with
debugis 205.All reactions