-
Notifications
You must be signed in to change notification settings - Fork 290
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
Better indicate lack of variables in async call stacks #353
Comments
It looks like you're in an async call stack--unfortunately Chrome only provides us variables for the current (synchronous) call stack. I will look into whether we can add any text to the variables view to indicate that state. |
Right now we don't have a good way to display errors/text in this case, see the linked issue. Once resolved I have a change ready to go that will show an appropriate message there. |
Added the error in js-debug, pending changes in vscode for it to actually be surfaced. |
@connor4312 what's the right js app to verify this issue? Or I can test this in any js app? |
Jackson verified this in microsoft/vscode#92102 (comment) |
microsoft/vscode#91326
When clicking through the call stack I noticed that for quite some frame no variables are shown. It is unclear to me whether this is a bug (I do think so since there are always variables in the frame) or whether the variables are not available anymore (in which case the debugger should tell me)
The text was updated successfully, but these errors were encountered: