mobibob
mobibob

Reputation: 8794

how do I load debug symbols for Android Froyo (using Eclipse)?

I need to set a break point in code that is handling an exception inside Froyo. I am using Eclipse and have built a local copy (not customized) of Froyo so it should line up for my device. Is there a way to tell ADB and/or Eclipse to load symbols so I can step into the code?

Upvotes: 0

Views: 582

Answers (1)

Marc Bernstein
Marc Bernstein

Reputation: 11511

You probably want to download android-2.2-froyo-src.zip, there are a couple sites here that are mirroring it: http://code.google.com/p/android/issues/detail?id=979#c90

See how to use it here: http://android.opensourceror.org/2010/01/18/android-source/

Upvotes: 1

Related Questions