Cannot See Values While Debugging ASP.NET Core

前端 未结 2 1743
星月不相逢
星月不相逢 2021-01-02 05:55

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 t

相关标签:
2条回答
  • 2021-01-02 06:33

    We might have found a solution (or at least a workaround) for the problem. If we go into Tools > Options > Debugging and enable Use 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.

    0 讨论(0)
  • 2021-01-02 06:49

    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.

    0 讨论(0)
提交回复
热议问题