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

Update debugger to 2.52.0 #7648

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

gregg-miskelly
Copy link
Contributor

This PR updates the debugger to the 2.52.0 version. Two highlights:

  1. Make a fix to the async user-unhandled exception feature so that the debugger will not stop when a non-user async method implicitly catches and rethrows an exception.
  2. Update the debugger to run on top of the 8.0.10 version of the .NET Runtime.

This PR updates the debugger to the 2.52.0 version. Two highlights:
1. Make a fix to the async user-unhandled exception feature so that the debugger will not stop when a non-user async method implicitly catches and rethrows an exception.
2. Update the debugger to run on top of the 8.0.10 version of the .NET Runtime.
@gregg-miskelly gregg-miskelly requested a review from a team as a code owner October 9, 2024 15:59
@gregg-miskelly gregg-miskelly requested review from WardenGnaw and dibarbet and removed request for a team October 9, 2024 15:59
@gregg-miskelly gregg-miskelly removed the request for review from dibarbet October 9, 2024 16:42
@gregg-miskelly gregg-miskelly merged commit c2ec1e4 into dotnet:main Oct 9, 2024
16 checks passed
@gregg-miskelly gregg-miskelly deleted the Debugger-2-52-0 branch October 9, 2024 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants