visual-studio-2008windows-mobile

Is there a way to have Visual Studio debug wakeup events on a mobile?


We are trying to develop an app for Windows Mobile and are running into issues with debugging what happens after the device wakes up from sleep. When the device sleeps the debugger disconnects, so we can't debug the wake up event. Is there a way to make VS not disconnect? Or a way to reestablish a connection when the device is woken?


Solution

  • Nope, there's no way to do this. Even from an OS perspective, "wake up" events are some of the hardest things to debug, and there you typically use a JTAG debugger. Your only real option is loads of logging.