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

Can we add the insights into values of lines you get in the browser breakpoints? #1079

Closed
codepo8 opened this issue Aug 16, 2021 · 1 comment
Assignees
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@codepo8
Copy link

codepo8 commented Aug 16, 2021

image

In the browser developer tools you get evaluations of the value of each line when you do breakpoint debugging (see the brown parts in the screenshot). This is incredibly useful and would be a nice to have in the VS Code debugger, too,.

@codepo8 codepo8 added the feature-request Request for new features or functionality label Aug 16, 2021
@connor4312
Copy link
Member

connor4312 commented Aug 16, 2021

Check out the debug.inlineValues setting 🙂

We have a heuristic used today to generate evaluated expressions, but that will be improved in the August or September release with microsoft/TypeScript#43449

@connor4312 connor4312 added *question Issue represents a question, should be posted to StackOverflow (VS Code) and removed feature-request Request for new features or functionality labels Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
*question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

2 participants