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
kieferrm opened this issue
Sep 28, 2016
· 0 comments
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
restart vscode
-> editor on file as in step 2 opens; no breakpoint It creates the stack trace below
-> When ups now debug the debugger still stops at the breakpoint but the yellow 'current execution point' indication gets stuck at the conditional break point. I.e. the debugging UI is broken.
shell.ts:441Cannot read property 'model' of undefined: TypeError: Cannot read property 'model' of undefined
at e.getBreakpointDecorationOptions (file:////***/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:82:14496)
at file:////***/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:82:13777
at Array.map (native)
at e.createBreakpointDecorations (file:////***/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:82:13744)
at e.onModelAdded (file:////***/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:82:10069)
at e.invoke (file:////***/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:29:20764)
at e.fire (file:////***/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:29:31336)
at e.createModel (file:////***/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:69:21524)
at t.doCreateTextEditorModel (file:////***/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:80:13509)
at file:////***/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:80:13263e.onUnexpectedError @ shell.ts:441
The text was updated successfully, but these errors were encountered:
kieferrm
added
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
labels
Sep 28, 2016
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
While testing #12600.
Steps to Reproduce:
-> editor on file as in step 2 opens; no breakpoint It creates the stack trace below
-> When ups now debug the debugger still stops at the breakpoint but the yellow 'current execution point' indication gets stuck at the conditional break point. I.e. the debugging UI is broken.
The text was updated successfully, but these errors were encountered: