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] Detect initial status of pause on exceptions. #54040

Merged
merged 9 commits into from
Jun 25, 2021

Commits on Jun 11, 2021

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

Commits on Jun 15, 2021

  1. Changing what @radical suggested.

    thaystg committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    de352a1 View commit details
    Browse the repository at this point in the history
  2. Changing more things.

    thaystg committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    232322e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Test case created.

    I could not test the pause on "all" exceptions because if I enable the pause on caught exceptions and reload the page it will stop in a lot of exceptions other then the one that I inserted in AttachToTarget.
    thaystg committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    cb1bc7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e4f0dd View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Merge remote-tracking branch 'origin/main' into thays_fix_exception_i…

    …nitial_config
    
    * origin/main: (362 commits)
      [wasm][debugger] Reuse debugger-agent on wasm debugger (dotnet#52300)
      Put Crossgen2 in sync with dotnet#54235 (dotnet#54438)
      Move System.Object serialization to ObjectConverter (dotnet#54436)
      Move setting fHasVirtualStaticMethods out of sanity check section (dotnet#54574)
      [wasm] Compile .bc->.o in parallel, before passing to the linker (dotnet#54053)
      Change PathInternal.IsCaseSensitive to a constant (dotnet#54340)
      Make mono_polling_required a public symbol (dotnet#54592)
      Respect EventSource::IsSupported setting in more codepaths (dotnet#51977)
      Root ComActivator for hosting (dotnet#54524)
      Add ILLink annotations to S.D.Common related to DbConnectionStringBuilder (dotnet#54280)
      Fix finalizer issue with regions (dotnet#54550)
      Add support for multi-arch install locations (dotnet#53763)
      Update library testing docs page to reduce confusion (dotnet#54324)
      [FileStream] handle UNC and device paths (dotnet#54483)
      Update NetAnalyzers version (dotnet#54511)
      Added runtime dependency to fix the intermittent test failures (dotnet#54587)
      Disable failing System.Reflection.Tests.ModuleTests.GetMethods (dotnet#54564)
      [wasm] Move AOT builds from `runtime-staging` to `runtime` (dotnet#54577)
      Keep obj node for ArrayIndex. (dotnet#54584)
      Disable another failing MemoryCache test (dotnet#54578)
      ...
    thaystg committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    ae2a17c View commit details
    Browse the repository at this point in the history
  2. Fixing merge conflicts.

    thaystg committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    8a27dff View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. setting icordebug = false.

    thaystg committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    5900616 View commit details
    Browse the repository at this point in the history
  2. Removing unrelated change.

    thaystg committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    67b266f View commit details
    Browse the repository at this point in the history