-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Debugger proxies for resilience strategies #1379
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1379 +/- ##
==========================================
+ Coverage 83.60% 83.63% +0.03%
==========================================
Files 267 269 +2
Lines 6397 6411 +14
Branches 1002 1004 +2
==========================================
+ Hits 5348 5362 +14
Misses 840 840
Partials 209 209
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Nice!
Do you have some screenshots of how this appears in the debugger?
Just playing with this and it's not quite right - if you expand the pipeline to see what it's composed of, then each individual item just repeats forever. I don't seem to be able to get VS to take a screenshot without hiding the debugger tooltip though 😄 |
@martincostello, checked the behavior too and it's strange. Let me try to address it. |
Details on the issue fix or feature implementation
Simplifies the debugging. Contributes to #1367
Confirm the following