MonoTouch debugger never connects to app

前端 未结 8 1345
野性不改
野性不改 2021-01-04 13:20

I have an issue where the MonoDevelop debugger refuses to connect to the simulator. MonoDevelop pops a box saying \"Waiting for debugger to connect on 127.0.0.1:10000...\" b

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-04 13:33

    If you have a custom settings bundle then it will disable the debugger after a clean build. I filed this as a bug: https://bugzilla.xamarin.com/show_bug.cgi?id=3891

    As a workaround you can set the build action for your settings bundle's Root.plist to None then do a clean build. Once you've done that you can then reenable your Root.plist. It will merge your settings with the debug settings. That will work until you do a clean build again, at which point you will have to again disable your Root.plist and rebuild.

提交回复
热议问题