-
Notifications
You must be signed in to change notification settings - Fork 5
Scoped variables not working for non-local variables #11
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
Comments
This could probably also be solved with Running everything as expressions gave 123 at line 5 in OP image for some reason. Looks like the evaluateexpression might not be executing at the same scope/frame as debugger. |
|
Global and script scoped variables are not looked up properly by vscode. Always show value of local variable.
The text was updated successfully, but these errors were encountered: