Trouble debugging C++ using Eclipse Galileo on Mac

后端 未结 8 1776
逝去的感伤
逝去的感伤 2021-01-14 09:38

I am trying to debug C++ code using Eclipse Galileo on my MacBook Pro running Mac OS X v10.5 (Leopard). It\'s my first time trying this. I have a complicated

8条回答
  •  [愿得一人]
    2021-01-14 09:58

    OK, at the moment, using /opt/local/bin/fsf-gdb which is version 7.1, seems to do the trick! I did not test it extensively, but I can use breakpoints in very different functions, and the program stops there while debugging.

提交回复
热议问题