简体   繁体   中英

eclipse cdt on mac osx not showing debug menu in preference set

I'm using eclipse with CDT on mac osx mavericks. I've installed gdb using macports. But I'm not able to set custom debugger in preference set.
When I go to preferrnce->c++->Debug->? there is no debug option where I can set custom debugger. Online eclipse CDT documentation suggest debug menu in this preference set. I've tried Kepler as well as Luna but still issue persist.

I'm not sure what's wrong with my eclipse. Please help. Thanks

http://i.stack.imgur.com/RYD9A.png

Open "Debug Configurations" from the debugging icon, then choose Debugger tab and specify the gdb command path "eg /usr/local/bin/gdb"

After that you have to give gdb permission to control other processes, follow steps mentioned in the reply of this question: debugging in eclipse using gdb on mac - Failed to execute MI command: -exec-run

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM