05-19-2011 06:00 PM - edited 05-19-2011 06:08 PM
I have an application that is in development but which I also use on a regular basis. I have to keep two copies of the app on my playbook (debug and release) because of the ~20 second launch times as the app attempts to connect to a running debugger. Anyone know how to shorten this timeout?
EDIT: Hmm... Timeout seems fine now.
05-20-2011 05:21 PM
Clarification - timeout is fine when the configured debug host is up, but not actively debugging. The attempted debugger connection is presumably rejected, with the end result of the application being usable. When the host is not up, the timeout seems to be about 20 seconds. In addition, at the end of the timeout the application simply exits, making it not just inconvenient to use the debug version of the application but impossible.