Search code examples
c#visual-studiodebuggingexceptionvisual-studio-2017

view details for exception in vs 2017


I want to see details about the exception, e.g. call stack

there is no link in the dialog to see details, there is just copy details action

enter image description here

how can I activate it in VS2017?

dialogs, what I looking for

thanks for your help.


Solution

  • Please disable "Use Managed Compatibility Mode" under TOOLS->Options->Debugging->General.

    Debug it again.