Maintain call stack group expand/collapse states #6398
jasonLaster
started this conversation in
Ideas
Replies: 2 comments 6 replies
-
This is similar to also maintaining expand/collapse states for scopes and objects which would also be hard without persistent object ids |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm down for disabling framework grouping altogether — saves us from a whole host of bugs and at worst keeps us at parity with chrome devtools. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The challenge with maintaining expand/collapse states is that we'd want to do this with some knowledge of the stack.
One short term option is to allow disabling framework grouping
Beta Was this translation helpful? Give feedback.
All reactions