devtools
devtools copied to clipboard
Give users a way to understand what instances they see on memory page.
When we show sets of instances or instances to user on memory page, we want them to be able to identify the instances in the application.
This is applicable to memory Profile, Leak detection and Diffing features.
We want to utilize existing dev console widgets.
Subtasks:
- [x] Figure out how observatory is doing it
- [x] Prototype: https://github.com/polina-c/devtools/blob/5f81d000455915277c00e81af497d3c8c0e9555b/packages/devtools_app/lib/src/screens/memory/panes/draft/draft_pane.dart
This feature is "sort of" supported in the existing analysis view and that we will be removing that functionality when we retire the analysis tab. So it should be recreated in a better form.