You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f111fei opened this issue
Jan 13, 2017
· 1 comment
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
Launch chrome debugger. the debugger will paused in exception.
Hover the text fuck.
Toggle VSCode DevTools will find the error log.
Cannot read property 'startLineNumber' of null: TypeError: Cannot read property 'startLineNumber' of null
at Function.e.containsRange (file:///C:/Program Files (x86)/Microsoft VS Code Insiders/resources/app/out/vs/workbench/electron-browser/workbench.main.js:40:10005)
at file:///C:/Program Files (x86)/Microsoft VS Code Insiders/resources/app/out/vs/workbench/electron-browser/workbench.main.js:101:6764
at Array.filter (native)
at file:///C:/Program Files (x86)/Microsoft VS Code Insiders/resources/app/out/vs/workbench/electron-browser/workbench.main.js:101:6730
at then (file:///C:/Program Files (x86)/Microsoft VS Code Insiders/resources/app/out/vs/workbench/electron-browser/workbench.main.js:32:17375)
at e.findExpressionInStackFrame (file:///C:/Program Files (x86)/Microsoft VS Code Insiders/resources/app/out/vs/workbench/electron-browser/workbench.main.js:101:6658)
isidorn
added
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
labels
Jan 13, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
Steps to Reproduce:
index.js
index.html
.vscode/launch.json
Launch chrome debugger. the debugger will paused in exception.
Hover the text
fuck
.Toggle VSCode DevTools will find the error log.
The reason for this bug is 524150b to fix #16632
I add a comment for the commit.
The text was updated successfully, but these errors were encountered: