I am trying to debug my app because something is happening from when I call the camera intent to when it takes the picture and my app is force closing on the way back. The problem is that the debugger disconnects immediately when the camera intent is called and I can no longer debug my app. I'm debugging on a device and not the emulator. I came across this solution in Google, but it doesn't seem to work. http://groups.google.com/group/android-developers/browse_thread/thread/6d6b5fa7819e4d74. Does anybody know how to get around this? The debugger should not disconnect when you call an external intent...I mean your app is still running. I just need to know how to keep debugging when I launch an external intent.
Thanks, Ed