If possible, enable caching of VM responses between different runs of the debugger for the same app
Open
- Dominant language
- Dart
- Stars
- 224
- Forks
- 94
- Avg merge
- 7h 14m
- Merged PRs (30d)
- 2
Description
Currently, the debug service port might change between different runs of the debugger for the same app run, so REST API caching would not work.
Make sure we use the same port if possible and ensure that caching is done on VM responses when possible.
Contributor guide
Research direction
The issue names no files or tests; start by tracing how the debugger assigns its debug service port and handles VM REST responses across runs of the same app. Check whether the port can be reused safely, then verify that VM responses are cached when possible and that separate app runs do not share invalid data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- cli, devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100