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

[mono][debugger] Support step over and pause multiple times in same line but different columns #85484

Merged
merged 6 commits into from
May 2, 2023

Commits on Apr 27, 2023

  1. Support step over and pause multiple times in a like like this: for (…

    …int i = 0; i < 10; i++)
    thaystg committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    76f852a View commit details
    Browse the repository at this point in the history
  2. Fix name on wasm code.

    thaystg committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    bb667e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34ceb96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4c7333 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e65cd10 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Fix arguments count

    thaystg committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    60087e6 View commit details
    Browse the repository at this point in the history