Skip to content

[dwds] Late variables show up obfuscated on object drill down  #1179

Closed
@vsmenon

Description

@vsmenon

This is debugging a Flutter Web app running with null safety at version:

Flutter 1.24.0-8.0.pre.129 • channel master • https://github.com/flutter/flutter.git
Framework • revision 9edfa1225d (2 hours ago) • 2020-11-06 15:24:02 -0500
Engine • revision cf376142ed
Tools • Dart 2.12.0 (build 2.12.0-27.0.dev)

In the following (vscode watch):

Screen Shot 2020-11-06 at 2 48 34 PM

the variables p0, p1, and pot are marked late and appear somewhat obfuscated. I think the isSet is from lowering in the CFE / DDC. The variables deck and playerType are not late and show as expected.

I assume this is going through the getObject path. Are we doing field/variable renaming here?

@grouma @annagrin @nshahan

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions