Trouble debugging C++ using Eclipse Galileo on Mac

后端 未结 8 1733
逝去的感伤
逝去的感伤 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 10:06

    I've had similar problems with multiple versions of Eclipse on Ubuntu. One solution that has often worked for me is to use GDB version 6.6 rather than the latest versions.

    0 讨论(0)
  • 2021-01-14 10:08

    Update to the released version of Eclipse 3.6 (Helios) and use the DSF/GDB Create Launcher. There was a lot of work done to bring the feature parity of the DSF/GDB framework up to usable levels for Eclipse 3.6 (Helios). Debugging now works just fine on OS X 10.5 and 10.6 using Eclipse CDT 3.6 Helios.

    0 讨论(0)
提交回复
热议问题