>When running debug device builds, I leave a breakpoint on the first >line of code in main so that I know right away whether the debugger >is communicating with the app and the device properly. I often do not >see the app stop at that breakpoint. > >I don't know exactly what it takes to trip it up, but I wind up doing >a clean all and rebuild all to recover debugger operation with device >builds. > >Does anyone know a better way to preempt losing the debugger's attention? :) > >MD 20402005, >MT 4.0.3 > >-Mike
After some experiments today, I see that I can restore the debugger by deleting the old copy of the app under development, and reinstalling from MonoDevelop. Once the debugger loses the connection to the app, it appears to stay that way, based on a few compile-debug iterations, unless I delete the current copy from the device. -Mike _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
