`globals` are not exposed in the Debugger
Open
P2
package:dwds
triaged
- Dominant language
- Dart
- Stars
- 224
- Forks
- 94
- Avg merge
- 7h 14m
- Merged PRs (30d)
- 2
Description
`global` Dart variables are not currently shown in the debugger.
@nshahan did some investigation and found we will likely need to request the `globals` for the current library. In Chrome DevTools, they are discoverable in a closure with the library name:
Contributor guide
Research direction
Begin with the debugger integration and the current-library scope request described in the issue; use the Chrome DevTools closure shown as the reference. The issue names no files or tests. Done means global Dart variables from the current library are visible in the debugger.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100