How to debug windows version adb.exe?
I've 开发者_JS百科build the whole android source code and adb.exe with MINGW=yes. But how to debug it? Thanks.
gdb is the tool of choice to debug Android. Google for "debugging android with gdb" for references. A good point to start is http://www.omappedia.org/wiki/Android_Debugging.
MinGw comes with a tool set of gdb, so it's almost the same with debugging in linux.
精彩评论