Open
Description
Description
Since moving to .NET 9.0, we've been having issues with debugging.
With one of the issues, we consistently get messages saying the debugger is unable to transition.
I've started asking for process dumps when this happens.
Can I provide those to someone who can analyze them?
Reproduction Steps
Run our app and debug it. Sometimes it happens, sometimes it doesn't.
Expected behavior
I should be able to debug without issue.
Actual behavior
Sporadically we get debug errors requiring us to terminate the process.
Regression?
Yes. This didn't happen in .NET 8.0.
Known Workarounds
None.
Configuration
.NET 9.0 on WINx64
Other information
Our app is highly concurrent.