断点和异常停止正常工作,xamarin android

Breakpoints and Exceptions stopped working properly, xamarin android

我正在 Xamarin 中开发应用程序 Android 并且遇到一个非常奇怪的问题: 断点和异常已停止正常工作。 当我设置断点时,它永远不会被击中。我在整个项目中都设置了断点,但其中 none 个断点被命中。这种情况发生在 Visual Studio 和 Xamarin Studio 中。

我还有第二个更烦人的问题,每次出现异常时,它都会在 Xamarin Studio 中抛出完全无用的 "java.lang.reflect.InvocationTargetException" 异常,在 Visual Studio 中抛出 "An Exception occurred" 异常,仅此而已有关异常的详细信息。这只发生在一个特定的项目中,其他项目工作正常。我在各种论坛和博客中寻找解决方案,但其中 none 有效。我是 Xamarin Android 开发的新手,希望你能帮助我。

可能与:

有关

Bug 30318 - [Android] Windows only: Breakpoints in PCL projects do not work after cleaning solution, redeploying, and restarting debugging. Partial workaround: delete all the bin folders in the solution after cleaning.

删除 bin 和 obj 文件夹已解决我的问题,我使用的是 v. 3.11.586。