Daniel Chevalier
Daniel Chevalier
Ben recommends ``` final isolate = inspectorLibrary.isolate!; final futures = []; for (final libraryRef in isolate.libraries!) { if (isLocalUri(libraryRef.uri!)) { final future = inspectorLibrary.service.getObject( isolate.id!, libraryRef.id! ).then((result) { final library...
It looks like that buildVariablesTree call which spawns all of the requests to eval, is in need of some refactoring. I was able to find a way to lazy load...
It was mentioned that the Logging page might be a good place to start.
Network page may also be a good 2nd candidate
For the Network Page, consider making sure that we use HAR file format for network requests
Suggested order of operations 1) clarify user journeys we want to cover 2) meet with Ben to gather some of his thoughts around this problem and the DDS api. (invite...
This should be resolved in https://github.com/flutter/devtools/pull/4627 please let us know if this issue is still present past 2.19.0-dev.1
Closing for now as this needs more discussion
[Request Changes] Send the message after the inferpubroot directory. THat will be a bit more accurate
@Deo-Cell Could you please add some more information to help clarify what you need help with? Feel free to reopen this issue or file a new one at any time...