flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.6k stars 329 forks source link

Variables are collapsed when the full Call Stack is displayed #2078

Open grouma opened 4 years ago

grouma commented 4 years ago

For large applications the full call stack may take some time to display. During this time the user may start drilling into the current variables. When the entire call stack is eventually displayed, the expanded variables are collapsed, causing the user to lose their place. This can be quite frustrating.

grouma commented 4 years ago

cc @devoncarew

devoncarew commented 4 years ago

Thanks for kicking the tires! Please feel free to add the debugger page label so we don't lose track of these items.