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

前端 未结 4 1607
暖寄归人
暖寄归人 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条回答
  •  礼貌的吻别
    2021-02-15 02:19

    I believe the answer lies in codesigning, and the problem originates with the system security changes introduced by Apple. Please see this Stack Overflow answer, which fixed the same issue for me. Launching Eclipse with sudo (as recommended above) should probably be discouraged due to potential risks with your IDE going haywire with root permissions.

提交回复
热议问题