我有一个xamarin项目,我主要使用VS 2017社区进行开发。不幸的是,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上的Visual Studio上出现相同的错误,我有完整的内部异常等消息。
我是否必须以特定的方式配置它以在Windows PC上获取这些信息?
这些是我的Xamarin设置:
编辑1:这是我的输出窗口设置: