Miguel Tay-Lee
Miguel Tay-Lee
This PR adds the functionality to display VM data associated to Library VM objects within the object inspector tool. This includes the general VM object information, as well as the...
The methods `.split('/').last` are commonly used on strings in several places of the DevTools codebase. It is preferred to use the utility method `fileNameFromUri` instead. TODO: https://github.com/flutter/devtools/blob/7dba4d6809ad6e0eb8105c576a92517e4a2378cb/packages/devtools_app/lib/src/primitives/utils.dart#L1461
When certain 'function' object nodes are selected in the Program Explorer outline, the SourceLocation of the function is in a _patch file, thus the file explorer will jump to the...