Skip to content
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

[Wildcard Variables] VM Debugging Support #55765

Open
Tracked by #55673
kallentu opened this issue May 17, 2024 · 0 comments
Open
Tracked by #55673

[Wildcard Variables] VM Debugging Support #55765

kallentu opened this issue May 17, 2024 · 0 comments
Assignees
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. feature-wildcard-variables Implementation of the wildcard variables feature type-enhancement A request for a change that isn't a bug

Comments

@kallentu
Copy link
Member

kallentu commented May 17, 2024

This issue tracks any work required for wildcard variables in the VM debugger.

References

Correct - I think the nuance here is that in the code we emit in JavaScript we need to introduce a placeholder name to generate a valid function signature.

While our intent was to eventually make dwds model all of its state based on what we know from the dart program, there were cases in the past where it created its internal model based on the Chrome debugger's state of the application. If that is still the case today, we may need to do some work to ensure those synthetic variables are properly ignored/hidden.

Originally posted by @sigmundch in #55751

cc. @bkonyi

@kallentu kallentu added the area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. label May 17, 2024
@kallentu kallentu added the feature-wildcard-variables Implementation of the wildcard variables feature label May 17, 2024
@a-siva a-siva added the type-enhancement A request for a change that isn't a bug label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. feature-wildcard-variables Implementation of the wildcard variables feature type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

3 participants