-
Notifications
You must be signed in to change notification settings - Fork 36k
Closed
microsoft/vscode-js-debug
#1758Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeededVerification succeeded
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.74.0-insider
- OS Version: macOS
Steps to Reproduce:
- Create file test.mjs:
let data = {
foo: 5,
bar: 0,
}- Add breakpoint to the end of file, run
node test.mjsinDebug: JavaScript Debug Terminal - Open and write
data.fooin Debug Console
Completions when triggered after . are good, otherwise not shown.
It's really hard to use debugger sometimes as it gives false completions.
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeededVerification succeeded

