开发者

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

开发者 https://www.devze.com 2023-01-21 22:08 出处:网络
I need to set a break point in code that i开发者_运维百科s 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 devic

I need to set a break point in code that i开发者_运维百科s 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?


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/

0

精彩评论

暂无评论...
验证码 换一张
取 消