I've got my library project converted to the new ADT 14 format, but I've run 
into an annoyance. When I hit a break point in my library project code, the 
Eclipse debugger opens up the (read-only) copy of the file's source from the 
JAR, and not the original source file. So I end up with two tabs, one being 
the original source with the break points marked, and the other the source 
where I'm stepping through the code. Does anyone know how to get Eclipse to 
do the stepping in the original file?

On a related note, is there any way to get Eclipse to debug the associated 
application when I hit F11 in a library source file?

Thanks,
Erik

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to