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

CDP: support to show global variables #836

Merged
merged 1 commit into from
Nov 25, 2022
Merged

CDP: support to show global variables #836

merged 1 commit into from
Nov 25, 2022

Conversation

ono-max
Copy link
Member

@ono-max ono-max commented Nov 25, 2022

No description provided.

when 'global'
vars = global_variables.sort.map do |name|
gv = eval(name.to_s)
prop = {
Copy link
Member

Choose a reason for hiding this comment

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

Perhaps we can extract ThreadClient#propertyDescriptor and use it here too?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, I plan to refactor them after releasing the new version. I added the comment. Thank you.

@ko1 ko1 merged commit 2f40ad4 into ruby:master Nov 25, 2022
@ono-max ono-max deleted the patch-210 branch November 26, 2022 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants