Breakpoints not getting hit in Xamarin Studio

后端 未结 13 846
暗喜
暗喜 2020-12-31 02:56

My breakpoints aren\'t getting hit in Xamarin Studio. I\'m not sure if this has to do with my code, or not, but I feel as though it doesn\'t because I\'ve tried over and ove

13条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-31 03:19

    I'm not sure if someone is still following this thread, but this workaround worked for me. The problem sometimes has to do with the mono 5.

    So the resolution is to use older version of mono:

    Set "Project > Active Runtime" to "Mono 4.8.0 (8f6d0f6) (/Library/Frameworks/Mono.framework/Versions/4.8.0)".

    for Mac users, change it in "Preferences" -> ".NET Runtimes"

    Then Rebuild the Android app project.

提交回复
热议问题