-
Notifications
You must be signed in to change notification settings - Fork 26
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
Unexpected inline values #400
Comments
@paulacamargo25 @karthiknadig we should probably make inline values disabled by default for now? I think we need to figure out the criteria for showing these inline values, or potentially format them differently |
Almost all the bugs here will be resolved in #409. #400 (comment) this one seems to be a bug in vscode, i wll create an issue. |
I agree, I just debugged some of my Python code, and there were way too many inline values, to the point i looked for a way to turn it off completely. I do however think this will be very useful for beginners, wanting to see values/variables when debugging. |
To verify this, set |
Testing #396
Just noticing some values that don't seem helpful to annotate inline. Not sure whether it's expected or not.
The import statement
The
pop
methodThe text was updated successfully, but these errors were encountered: