Support better representation of extension types in the debugger #53461
Labels
area-web-js
Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.
P2
A bug or feature request we're likely to work on
web-dev-compiler
web-eval
evaluation support on the web
Parent: #49739
We don't currently show much useful information in the debugger for the extension types, as they don't exist at runtime.
Providing a useful experience would require bigger changes though the whole tooling ecosystem:
Design: describe how we present the static extension types to the user in the debugger UI
CFE (incremental compiler), frontend server, expression compiler worker: provide static types to the expression evaluation API.
vm service, vm, dwds: use the new API
DevTools: present static types and using new vm service API
The text was updated successfully, but these errors were encountered: