-
Notifications
You must be signed in to change notification settings - Fork 40.4k
Inconsistent completions in debugger #168021
Copy link
Copy link
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
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
Type
Fields
Give feedbackNo fields configured for issues without a type.
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
node test.mjsinDebug: JavaScript Debug Terminaldata.fooin Debug ConsoleCompletions when triggered after
.are good, otherwise not shown.Expected (triggered after

.):Actual (triggered after

foo):It's really hard to use debugger sometimes as it gives false completions.