dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
14.96k stars 4.65k forks source link

Managed debuggers not recognizing that managed code has been loaded when running tests via VS Test Explorer on main #107217

Closed jkoritzinsky closed 4 days ago

jkoritzinsky commented 2 weeks ago

When debugging tests on main (ac663e44b907618c631edd614231b73677843952) in VS, the debugger will load and attach to the process, but it will never recognize that managed code has started to execute.

This works on c87cbf63954f179785bb038c23352e60d3c0a933. So the failure is likely somewhere in https://github.com/dotnet/runtime/compare/c87cbf63954f179785bb038c23352e60d3c0a933...ac663e44b907618c631edd614231b73677843952

dotnet-policy-service[bot] commented 2 weeks ago

Tagging subscribers to this area: @tommcdon See info in area-owners.md if you want to be subscribed.

tommcdon commented 4 days ago

Closing as we were not able to reproduce. Please feel free to re-activate as necessary.