Eclipse CDT, Can't use debugger (Always stuck on 89% process)

前端 未结 4 1633
暖寄归人
暖寄归人 2021-02-15 01:39

If I run debugger then it gets stuck on 89% process... It shows

 Launching : Configuring GDB Aborting configuring GDB

I just wanted to see the

4条回答
  •  旧时难觅i
    2021-02-15 02:08

    I have spent quite some time on this. It's really annoying and the solution is stupid to me:

    Environment:

    Mac + Eclipse + gdb (ggdb downloaded from macports).

    Symptom:

    Debugging hangs at 100% at startup. launching gdb aborting configuring gdb.

    Solution: run as root

    sudo /Applications/Eclipse.app/Contents/MacOS/eclipse

提交回复
热议问题