-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
I find blocks a source of confusion. I see the complete method but not always all of the calls traced. That is as they are "hidden" in blocks. I can see them when having unfolded the trace of the block, but (at least) my brain expects them to be there already and then I wonder where they are.
As it would be incorrect to lift the block content up you could always directly unfold blocks. They would be correctly shown in the debugger and the content would be visible (this would map better to to mental model of exploring the method and its calls as you can see the calls in the code but not in the trace)