-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[Sealed class] Web debugging support #51289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@annagrin We need to investigate if this new language feature requires any special handling on the debugger side. |
On the VM side we implemented the ability to display this attribute for a class here |
Friendly ping. |
@annagrin - anything we need to land here? |
I don't think so - we don't currently support any of the class attributes for web (we lack symbols). The vm_service update won't break dwds (tested the debugger with it). @elliette do you know if class attributes are used or shown anywhere in DevTools for web or other platforms? |
None of these class attributes are being used in DevTools or in DAP currently. This can be follow up for after Dart 3.0.0. |
Anything to do here, or should we close this out? |
At this time there is nothing related to class modifiers shown in the debug tools. I'm closing and we can create a new issue if/when the UI makes use of that information. |
No description provided.
The text was updated successfully, but these errors were encountered: