osx elcapitan - Mac C++/Mars eclipse gdb debug launching stuck at 96% -


enter image description herei 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). debug configuration screen shot[![][2]]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

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -