Reputation: 2060
Is there a way to step into system calls when debugging an Android app on eclipse?
Maybe a similar way to how source code of a JAR library can be pointed to in eclipse and debugging would be possible on the library code. The difference is that Android's system libraries are not compiled with the Android app so I'm not sure how and where to tell eclipse: "here is Android's source code. Find your way in it.".
Upvotes: 4
Views: 3817
Reputation: 1065
You definitely can do this.
http://android.opensourceror.org/2010/01/18/android-source/
http://www.mkyong.com/android/attach-android-source-code-to-eclipse-ide/
Upvotes: 0
Reputation: 2621
Is this what are you looking for?
Upvotes: 8