Trouble debugging C++ using Eclipse Galileo on Mac

后端 未结 8 1828
逝去的感伤
逝去的感伤 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:00

    In the future, you could also try using Xcode (just to debug) - drag all the files in to import them into a new project, but don't compile. Instead, open the debugger window and attach to your running process.

提交回复
热议问题