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 v2.43.0 #7420

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Update Debugger to v2.43.0 #7420

merged 1 commit into from
Aug 14, 2024

Conversation

WardenGnaw
Copy link
Contributor

@WardenGnaw WardenGnaw commented Aug 7, 2024

This inserts a new version of the debugger. Notable changes:

  • Adds support for new .NET 9 APIs to allow libraries to customize user-unhandled exceptions (System.Diagnostics.Debugger.BreakForUserUnhandledException and System.Diagnostics.DebuggerDisableUserUnhandledExceptionsAttribute)
  • Improve error handling when the .NET Debugging services could not be loaded (CORDBG_E_DEBUG_COMPONENT_MISSING failure code)
  • Makes the startFrame property optional in stackTrace DAP requests ([BUG] customRequest stackTrace does not return correct value #7397)
  • Updates the mscoredbi version

Fixes #7397

This updates making the `stackTrace.startFrame` DAP be optional and mscoredbi version bump.
@WardenGnaw WardenGnaw requested a review from a team as a code owner August 7, 2024 20:20
@WardenGnaw WardenGnaw merged commit fd2e32b into main Aug 14, 2024
13 checks passed
@WardenGnaw WardenGnaw deleted the dev/waan/updateDebugger2_43_0 branch August 14, 2024 17:10
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.

[BUG] customRequest stackTrace does not return correct value
4 participants