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

[monaco][debug] Inline variable values in source code #7909

Closed
kittaakos opened this issue May 27, 2020 · 0 comments · Fixed by #7921
Closed

[monaco][debug] Inline variable values in source code #7909

kittaakos opened this issue May 27, 2020 · 0 comments · Fixed by #7921
Assignees
Labels
debug issues that related to debug functionality monaco issues related to monaco

Comments

@kittaakos
Copy link
Contributor

Inline Debugger
Inline debugging an interesting and unique feature of IntelliJ IDEA. The inline debugger
displays the values of variables within the code, right next to the line where they were
used. Whenever the value of the variable changes, the inline debugger highlights it with a
different color. To check out the values, there’s no need to move to the Debug window or
hover over each variable one-by-one like with Eclipse and NetBeans

VS Code Ref: https://code.visualstudio.com/updates/v1_9#_inline-variable-values-in-source-code

to show variable values inline in the source while stepping through the code

@kittaakos kittaakos self-assigned this May 27, 2020
@kittaakos kittaakos added debug issues that related to debug functionality monaco issues related to monaco labels May 27, 2020
kittaakos pushed a commit that referenced this issue May 28, 2020
kittaakos pushed a commit that referenced this issue Jun 2, 2020
kittaakos pushed a commit that referenced this issue Jun 3, 2020
kittaakos pushed a commit that referenced this issue Jun 3, 2020
kittaakos pushed a commit that referenced this issue Jun 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debug issues that related to debug functionality monaco issues related to monaco
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant