views:

234

answers:

1

i am porting a complex C application to android, as an SO library, wrapped with think java layer. after few hours of hassle, i have the code compiling under Android, but off course, the application crashes :(

after looking around,i understand the only way to debug C application under Android is by gdb. since i don't have alot of experience with gdb, any one out there can share some insights ?

anyone has a tutorial for gdb under windows :) ?

thx

A: 

Hi,

You can use DDD in Cygwin. Check this how to set it up in Linux, it should work on Cygwin too.

ognian