On Tue, 29 May 2012 15:09:17 -0500 TreKing <[email protected]> wrote:
> On Tue, May 29, 2012 at 1:24 PM, Tony Houghton <[email protected]> wrote: > > > All I get > > shown about the exception is a sub-window labelled "Debug" which shows > > the exception type and where the exception was trapped (I presume) > > instead of what caused it. I'm sure a few weeks ago it was doing > > something much more helpful, ie showing a special window with the > > backtrace where I could click on a line to be taken to an editor window > > open at the offending location. How can I get that back? > > > > What you describe, *is* the "Debug" window. > Make sure your app is marked "debuggable" in the manifest. In the "Devices" > window, make sure your device is selected. Thanks, debuggable was off for some reason. The debug window is still the same, but now logcat shows a backtrace in debug mode as well as run mode, and I can click on lines there to edit the offending code. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

