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..." but never connects.
I have uninstalled and reinstalled everything, but still have the same issue.
What am I missing?
Thanks in advance.
Try the following:
That's the first thing to look at. If your app's debug "Enabled" setting is "Off" when you try to debug your app, your app will load in the simulator, and MonoDevelop will say it's trying to connect (because it is), but it won't be able to, so... well, you'll get the results you're describing.
If you go through the steps in that list and encounter any problems (like your app not showing up in the simulator's "Settings" list, or it not having "Debug Settings", or it still not working despite having switched "Enabled" to "On"), then you can try a few other things (in no particular order - just typing what comes to mind):
Create a new project from scratch. Does the same thing happen? That is, does this problem exist for all your apps?
In MonoDevelop, open your app's project settings, click on "iPhone Build", and, with the configuration set to "Debug" and the platform set to "iPhone Simulator", ensure that "Build debug-mode binaries" is checked.
In MonoDevelop, open the "Build" menu, select "Clean All", rebuild your project, and try again.
If your app is properly configured, and if its settings on the simulator are correct, then try debugging your app - if MonoDevelop still sits and tries to connect without success, open up a terminal window (while your app is still running) and type "netstat -n -f inet" - do you see "127.0.0.1:10000" anywhere in the list under the "Local Address" column? If not, then something's probably wonky on the simulator.
If nothing seems to be working, and if you've already reinstalled the MonoTouch stack (as it seems you have), you can try opening the iPhone simulator, open the "iPhone Simulator" menu, and click on "Reset Content and Settings..." - it can be an inconvenience, but if you're running out of options, you might as well give it a shot.
Without knowing more about your setup or having access to log files, it's tough to figure out what's going on, but those are a few things I think are worth trying.
Hope this helps - at least to point you in a useful direction :)
I was having the same problem and I'll share my solution in case anyone else made the same embarrassing mistake. I didn't have wifi enabled, so my iPhone didn't have a NAT address like 192.168.1.xxx, so it wasn't able to contact the NAT address that MonoDevelop was listening from.
Enabling wifi and connecting to my home network fixed it.
I have the same problem since few days. The "waiting for debugger to connect" message remains displayed and it is thus impossible to debug the application. In my case, it seems that my Settings file (Settings.bundle) enters in conflict with the debug settings.
In my app's settings, I don't have anymore the debug settings displayed, only my own settings like app version number, ... It is happening both on simulator and device.
The first times I got this issues, my workaround was to add a new project in my solution, set up as startup project and then run it. The debugger was responding! Then, I did a clean build, changed again the startup project and the debugger was working with my app. In the app's settings, the debugger settings was displayed again!
However, I got again this problem today and tried multiple times the workaround with no success....
--- EDIT ----
When deleting the Settings.bundle file, the debugger is working fine
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With