Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Values of closure variables read 'not available' in watch panel #157

Closed
Shenniey opened this issue Aug 6, 2019 · 1 comment
Closed

Values of closure variables read 'not available' in watch panel #157

Shenniey opened this issue Aug 6, 2019 · 1 comment

Comments

@Shenniey
Copy link
Contributor

Shenniey commented Aug 6, 2019

This issue only occurs on Microsoft Edge (Chromium) and not on EdgeHTML.

Step of reproduce: (Repro Gifs has been attached)

  1. Run below commands in a command prompt:
    npm install -g @angular/cli
    ng new my-app
    cd my-app
    ng serve

  2. Open my-app folder in another command prompt.

  3. Configure the Edge debugger with launch.json file.

  4. Set breakpoint at title = 'my-angular-app2; of app.component.ts.

  5. Launch Microsoft Edge (Chromium) against localhost(F5).

  6. Add a Closure variable to the watch panel.

Result: Value shows up as 'not available' in watch panel (it is still correct in variables panel)
image

Full Repro Gif:
NotAvailableForClosureValue

@Shenniey
Copy link
Contributor Author

Shenniey commented Aug 8, 2019

This is a bug on chromium. Please track this bug on chromium: https://bugs.chromium.org/p/chromium/issues/detail?id=992240

@Shenniey Shenniey closed this as completed Aug 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant