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

Register InlineValuesProvider to get the frame id #170

Closed
wants to merge 1 commit into from

Conversation

ono-max
Copy link
Contributor

@ono-max ono-max commented Dec 7, 2022

Fixes #169.

I could not confirm that this change worked in 904d006 since yarn build failed. However, I could confirm that this change worked before it when I experimented in Ruby script.

@@ -7,7 +7,7 @@
"version": "2.4.0",
"license": "GPL-3.0",
"engines": {
"vscode": "^1.46.0"
"vscode": "^1.55.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to upgrade the version of vscode since InlineValuesProvider is not introduced in "1.46.0".

@ono-max ono-max marked this pull request as draft December 7, 2022 13:50
@ono-max ono-max marked this pull request as ready for review December 7, 2022 14:17
@ono-max
Copy link
Contributor Author

ono-max commented Dec 14, 2022

@hediet

Could you take a look at this PR when having time? Thank you.

@hediet
Copy link
Owner

hediet commented Nov 19, 2023

Fixed in b66c30b - which uses a cleaner approach. Sorry for the delay! But thanks for raising the idea of using InlineValuesProvider!

@hediet hediet closed this Nov 19, 2023
@ono-max ono-max deleted the patch-20 branch November 19, 2023 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

debug visualizer doesn't get frame id correctly when selecting frame from call stack
2 participants