osx elcapitan - Mac C++/Mars eclipse gdb debug launching stuck at 96% -
i trying setup gdb on mac os x el capitan. have set path in eclipse (preference->c/c++->gdb-> /usr/local/bin/gdb). trying debug simple hello world program. stuck @ 96% (refer image bottom right side). ]3
i'm running sierra 10.12.4, , apple has destroyed ability run gdb far can tell.
after poking around seems lldb support in eclipse, though still labeled experimental (in neon 3), works enough.
so this:
http://wiki.eclipse.org/cdt/user/faq#how_do_i_get_the_lldb_debugger.3f
and can debug. basically, install lldb support, , set launcher type lldb setting in debug configs , works. it's kinda slow, works.
Comments
Post a Comment