-
Notifications
You must be signed in to change notification settings - Fork 603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support dynamic measurements with debugger #5749
Conversation
Hello. You may have forgotten to update the changelog!
|
[sc-62244] |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## debugging_feature #5749 +/- ##
=====================================================
+ Coverage 99.66% 99.67% +0.01%
=====================================================
Files 414 414
Lines 39234 39241 +7
=====================================================
+ Hits 39101 39112 +11
+ Misses 133 129 -4 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Mikhail Andrenkov <mikhail@xanadu.ai>
Merge branch 'algo_debug_breakpoint' into algo_debug_measurements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Jaybsoni, looks good overall, left some comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Jaybsoni, looks all good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Jaybsoni, looking great! Leaving some suggestions.
Co-authored-by: Utkarsh <utkarshazad98@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ☘️
Context:
Follow up PR adding support for measurements
Description of the Change:
Benefits:
Possible Drawbacks:
Related GitHub Issues: