You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is interesting - I had not seen it before. This appears to be in the stack viewer itself, and not in the StackSource code. I did a test where I wrote some recursive code, but didn't hit this:
I suspect that this is due to the fact that there are IPs involved in the trace where we're just dealing with names in the code above, and so there is no way to disambiguate between the two X frames when it comes to how the viewer works. I have not had enough time to dig through and figure out what you'd need to do here to address this - do you have a scenario that is blocked here, or were you just testing and ran into this?
I have a use case for this (if actual recursive call happens in user code, which is less likely), but can probably inject an intermediate frame to work around for now.
The following stack doesn't show
X
calling intoX
in the stack view:The text was updated successfully, but these errors were encountered: