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

[wasm][debugger] Improvements in debugging in async methods #78651

Merged
merged 12 commits into from
Nov 29, 2022

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    c37ec32 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Implementing support to see local variables in async methods in VB co…

    …de, and also fixing 2 variables with same name in differente scopes, and also fixing method name for async methods in VB.
    thaystg committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    15a53ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c704f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Refactor Scope class

    radical authored and thaystg committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    7830b1c View commit details
    Browse the repository at this point in the history
  2. slight test changes

    radical authored and thaystg committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    83ca78d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6914711 View commit details
    Browse the repository at this point in the history
  4. cleanup

    radical authored and thaystg committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    c23bcd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b87c08 View commit details
    Browse the repository at this point in the history
  6. addressing radical comments

    thaystg committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    0dd3980 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    614db8f View commit details
    Browse the repository at this point in the history
  8. addressing radical comments

    thaystg committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    716b598 View commit details
    Browse the repository at this point in the history
  9. addressing @radical comments

    thaystg committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    568e617 View commit details
    Browse the repository at this point in the history