MonoTouch debugger never connects to app

前端 未结 8 1351
野性不改
野性不改 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:38

    It could also depend from content files (files with Build Action = Content) added inside some particular directories: e.g. you cannot create a directory called 'Resources' and put a content file inside, MonoDevelop hangs saying "Waiting for debugger to connect...." instead of raising a meaningful error.

    See also this thread: http://forums.monotouch.net/yaf_postst361_Bug-or-Misunderstanding-Resource-Content--Black-Simulator-Screen.aspx

提交回复
热议问题