-
Notifications
You must be signed in to change notification settings - Fork 10
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
Visual Studio 2019 crashes with mixed debugging (.Net Core) #1
Comments
Thanks, @fobrs, for reporting the issue. I see it, as well. @tgani-msft, @wli3, @olgaark, any ideas whether this is a known issue or who we could loop in to dig deeper? I can reproduce the issue. Inspecting a managed variable in a mixed-mode assembly while debugging type set to "Mixed (.NET Core)" crashes, as described here. I tested with 16.6 preview 1. |
Crashed bug has been fixed @ 16.6 preivew 3, I'v reported another problem, If you have same broblem, you can vote the problem. |
The latest version of Visual Studio 2019 (16.5.2) crashes when in a mixed debugging (.Net Core) session.
As soon as you want to look at a managed variable the crash occurs. So if you want to look at the value of _managedState, Visual Studio 2019 crashes.
Event Viewer shows:
And:
Apparently mixed .Net Core debugging is using .Net Framework!
The text was updated successfully, but these errors were encountered: