Debugger variables expanded state should persist on stepping
Open
P3
screen: debugger
- Dominant language
- Dart
- Stars
- 1.7k
- Forks
- 404
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 18
Description
Repro steps:
- Add and trigger a breakpoint
- Expand the variables in scope

- Step Over
- Observe variables are collapsed

If we wanted to see the value of the `_headsCount` var change as we step through the method, we'd have to keep expanding the variables each time we step.
Contributor guide
Assessment
This issue has not been assessed yet.