Hi, Have some issues while debugging android webkit through GDB. I tried the steps at http://pdk.android.com/online-pdk/guide/debugging_native.html Just to summarize the steps again: 1. Built the android with debug option and launched emulator. 2. From "development settings" inside emulator, enabled "wait for debugger" option for browser. 3. run the command "adb forward tcp:5039 tcp:5039" 4. Started browser and run command "gdbserver :5039 --attach <browser pid>"" 5. Launched "prebuilt/Linux/toolchain-eabi-4.2.1/bin/arm-elf-gdb" and set the symbol paths. 6. run "target remote :5039" in gdb prompt Now at gdbserver prompt in adb shell i see an error "gdb: Unable to get location for thread creation breakpoint: requested event is not supported" Also i see none of the breakpoints get hit. Any idea what could have gone wrong.
Thanks Raja -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

