When debugging an ASP.NET Core application, using Visual Studio 2015, I cannot see the variable, parameters and field values, when, for example, I hover them. I cannot add them to the watch as well. I am running in debug.
相关问题
- Pass custom debug information to Microsoft bot fra
- How do I identify what code is generating “ '&
- Can I use MvcJsonOptions configured during Startup
- Singleton with AsyncLocal vs Scope Service
- gRPC client do not dispose Channel
相关文章
- EF Core 'another instance is already being tra
- Build errors of missing packages in Visual Studio
- How do I get to see DbgPrint output from my kernel
- Visual Studio 2015 JSX/ES2015 syntax highlighting
- Re-target .NET Core to net471, net 472
- How to replace Middleware in integration tests pro
- Why CsvHelper not reading from MemoryStream?
- Edit & Continue doesn't work
We might have found a solution (or at least a workaround) for the problem. If we go into
Tools > Options > Debugging
and enableUse Managed Compatibility Mode
then we can inspect all the values we like.I hope this solves the issue for you as well.
Update: Visual Studio 2015 Update 2 RC fixed the issue for me, but unfortunately not for the OP.
This behavior happens with 1.0.0-rc1-update1, but not with 1.0.0-rc2-16357. If possible, upgrade. Microsoft is aware of it.