Breakpoints not getting hit in Xamarin Studio

后端 未结 13 774
暗喜
暗喜 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:13

    Deleting the BIN folders and any *.SUO file is a favorite fix for this issue.

    Can also try deleting any *.csproj.user

    In worst case, reset VS Settings by launching (Run) with "Devenv.exe /ResetSettings"

提交回复
热议问题