chakra-core / chakra-core/ChakraCore
Can’t access module-level variables from debugger breakpoint
Open
Feature Request
Task
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Attempting to evaluate a variable which exists in module scope, for example an `import`ed identifier, while paused at a breakpoint inside a function within that same module, will throw a ReferenceError, as though the identifier isn’t in scope.
Contributor guide
Assessment
This issue has not been assessed yet.