This has been fixed for quite a while and I haven’t had any problems since.
Kevin > On Nov 14, 2014, at 1:44 PM, Nathaniel Waggoner <[email protected]> > wrote: > > Did this ever get resolved? I am encountering this issue on 8.14 > > On Wednesday, May 29, 2013 6:18:56 AM UTC-4, Kevin Smith wrote: > Thanks for the reply Xavier. Great session at Google IO. > > If I attach the debugger after the app has been started the breakpoints do > work and it links up with the code as it should. It is only when I start the > app by clicking Debug from Android Studio that the breakpoints are ignored. > > On Tuesday, May 28, 2013 3:33:11 PM UTC-4, Xavier Ducrohet wrote: > It's likely due to the fact that the source code of the library isn't > properly setup to be the source of the jar file using in the main project. If > you step through the code from your main app into your library, it's probably > going to show you that there's no source attachement. > > We need to fix this. > > > On Tue, May 28, 2013 at 11:17 AM, Kevin Smith <[email protected] <>> wrote: > I finally got my project building in Android Studio with gradle. When I debug > my project breakpoints in the "application" module work, but breakpoints > inside of the "library" module do not. The strange thing is that if I run the > project and then attach the debugger after the application has started > everything works as it should. Is this a bug or do I have something > configured wrong? > > -- > You received this message because you are subscribed to the Google Groups > "adt-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <>. > For more options, visit https://groups.google.com/groups/opt_out > <https://groups.google.com/groups/opt_out>. > > > > > > -- > Xavier Ducrohet > Android SDK Tech Lead > Google Inc. > http://developer.android.com <http://developer.android.com/> | > http://tools.android.com <http://tools.android.com/> > > Please do not send me questions directly. Thanks! > > -- > You received this message because you are subscribed to a topic in the Google > Groups "adt-dev" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/adt-dev/PhsHqkapSIQ/unsubscribe > <https://groups.google.com/d/topic/adt-dev/PhsHqkapSIQ/unsubscribe>. > To unsubscribe from this group and all its topics, send an email to > [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
