Visual studio 显示VS2017中Xamarin异常的更多信息

Visual studio 显示VS2017中Xamarin异常的更多信息,visual-studio,xamarin,xamarin.android,visual-studio-2017,Visual Studio,Xamarin,Xamarin.android,Visual Studio 2017,我有一个xamarin项目,我主要使用VS2017社区进行开发。不幸的是,在未处理的异常情况下,VS不显示任何可用信息。 出现如下窗口: 在输出中记录了以下内容: InspectorDebugSession(13): HandleTargetEvent: UnhandledException 07-03 09:59:37.391 E/mono (12270): Unable to find seq points for method '(wrapper managed-to-native

我有一个xamarin项目,我主要使用VS2017社区进行开发。不幸的是,在未处理的异常情况下,VS不显示任何可用信息。 出现如下窗口:

在输出中记录了以下内容:

InspectorDebugSession(13): HandleTargetEvent: UnhandledException
07-03 09:59:37.391 E/mono    (12270): Unable to find seq points for method '(wrapper managed-to-native) System.Diagnostics.Debugger:Mono_UnhandledException_internal (System.Exception)', offset 0x64.
07-03 09:59:37.391 F/        (12270): * Assertion at /Users/builder/jenkins/workspace/xamarin-android/xamarin-android/external/mono/mono/mini/debugger-agent.c:5746, condition `sp' not met
07-03 09:59:37.392 F/libc    (12270): Fatal signal 6 (SIGABRT), code -6 in tid 12290 (Debugger agent)
Step request failed: Exception of type 'Mono.Debugger.Soft.VMDisconnectedException' was thrown.
InspectorDebugSession(13): HandleTargetEvent: TargetExited
在MacOS上的VisualStudio上出现了相同的错误,我有完整的消息,包括内部异常等

我是否必须以特定的方式进行配置,才能在windows PC上获取这些信息

以下是我的Xamarin设置:

编辑1:以下是我的输出窗口设置:

编辑2:异常设置

能否显示选项-调试-输出窗口的设置?添加了一个屏幕快照更改您的异常设置以允许超过默认值的
工具
->
项目和解决方案
->
生成和运行
->
MSBuild…
->以这种方式选择
诊断
,您可以找到更详细的信息。@很遗憾,关于异常的信息仍然相同。您可以显示选项设置-调试-输出窗口吗?添加了一个屏幕快照更改您的异常设置以允许超过默认值的
工具
->
项目和解决方案
->
生成和运行
->
MSBuild…
->两者都选择
Diagnostic
,这样,您可以找到更详细的信息。@不幸的是,关于异常的信息仍然相同。