Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sequoyah-dev] Android NDK Native Debugging

I am trying to debug my native library with Eclipse Helios SR1

I am following this guide
http://www.eclipse.org/sequoyah/documentation/native_debug.php

I was able to complete all the steps and able to get to breakpoint at my
Java code. I have modified gdb.setup and also launched modified ndk-gdb from
Cygwin.

When I start C++ debugger by Right Click -> Debug As C++ Application it
starts GDB Configuration for forever, it stucks at 86% and could not move
forward.

I have to quit eclipse, recreate whole project to make it run again.

I am running it on Windows 7.

Can anyone help me figure this out ?





Back to the top