Fast debug
#124
Replies: 2 comments
-
Fast Debug is an optimized version of normal debug with some limitations. I'll explain it a bit more in the documentation soon but basically only functions having breakpoints inside during the start will be debugged in much faster way. Dynamic breakpoints are coming in the future. It's especially useful when dealing with big python projects having substantially longer startup time in normal debug mode. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Excellent. Thanks. And kudos for a great and useful job
El jue., 16 mar. 2023 11:49, Damian Krystkiewicz ***@***.***>
escribió:
… Fast Debug is an optimized version of normal debug with some limitations.
[image: fast_debug_comparison_light]
<https://user-images.githubusercontent.com/45499236/225653424-0773c4c8-a990-41e6-abc3-3059914a0f80.gif>
I'll explain it a bit more in the documentation soon but basically only
functions having breakpoints inside during the start will be debugged in
much faster way. Dynamic breakpoints are coming in the future.
It's especially useful when dealing with big python projects having
substantially longer startup time in normal debug mode.
Startup time in fast debug mode is about the same as in run mode.
—
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD5XPEDHCGPV5HAA2UOBFD3W4MR7LANCNFSM6AAAAAAV4D4WJA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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
-
I'm sorry if this is a dumb question but I don't seem to find the answer anywhere. What exactly is Fast Debug and how it differs from Debug?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions