Can not expand native JS objects in Dart DevTools
Open
package:dwds
- Dominant language
- Dart
- Stars
- 224
- Forks
- 94
- Avg merge
- 7h 14m
- Merged PRs (30d)
- 2
Description
When stopped at a breakpoint, you can't expand a variable that represents a native JS object. For example `DcoumentFragment`. We should either not enable the expansion of this variable as to not confuse users or actually display the JS properties.
Contributor guide
Research direction
Reproduce the issue in Dart DevTools by stopping at a breakpoint with a variable representing a native JavaScript object such as DocumentFragment. Trace the variable expansion behavior; done means native objects no longer appear expandable unless their JavaScript properties can actually be displayed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100