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

[release/7.0-rc1] [wasm][debugger] Hide members from classes that don't have debug information #74029

Merged
merged 5 commits into from
Aug 17, 2022

Commits on Aug 16, 2022

  1. adding fields that are from non-user-code as private

    thaystg authored and github-actions committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    bc2dffc View commit details
    Browse the repository at this point in the history
  2. Do not show members from types that doesn't have debug information if…

    … JMC is enabled.
    thaystg authored and github-actions committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    af9c1ec View commit details
    Browse the repository at this point in the history
  3. Addressing @radical comments.

    thaystg authored and github-actions committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    56388e5 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Ankit Jain <radical@gmail.com>
    2 people authored and github-actions committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    9bcfca3 View commit details
    Browse the repository at this point in the history
  5. Adding more tests.

    thaystg authored and github-actions committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    d70f222 View commit details
    Browse the repository at this point in the history