Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read property 'source' of undefined #7530

Closed
Tracked by #5607
roblourens opened this issue Sep 15, 2021 · 0 comments
Closed
Tracked by #5607

Cannot read property 'source' of undefined #7530

roblourens opened this issue Sep 15, 2021 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug notebook-run-by-line verified Verification succeeded

Comments

@roblourens
Copy link
Member

When I run the RBL tests, I see this error

rejected promise not handled within 1 second: TypeError: Cannot read property 'source' of undefined
/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/bootstrap-fork.js:5
stack trace: TypeError: Cannot read property 'source' of undefined
    at callScopes (/Users/roblou/code/vscode-jupyter/src/client/datascience/jupyter/debuggerVariables.ts:253:32)
/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/bootstrap-fork.js:5

The DebuggerVariables code is throwing for a stackTrace response that has an empty stackFrames array

{"seq":27,"type":"response","request_seq":20,"success":true,"command":"stackTrace","body":{"stackFrames":[],"totalFrames":1}}
@roblourens roblourens added the bug Issue identified by VS Code Team member as probable bug label Sep 15, 2021
@roblourens roblourens added this to the September 2021 milestone Sep 15, 2021
@DavidKutu DavidKutu mentioned this issue Sep 16, 2021
9 tasks
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 25, 2021
@DonJayamanne DonJayamanne added the verified Verification succeeded label Sep 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug notebook-run-by-line verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants