Trouble debugging C++ using Eclipse Galileo on Mac

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

    The same problem, but I might have found a way. In Eclipse, under the project properties, in Run/Debug settings, I deleted the launch configurations and ran the debugger again.

    At that point everything worked correctly, although it takes at least 10 seconds to launch the debugger if I modify. I think it has to do with a combination of both the debugging properties and the launcher configuration.

提交回复
热议问题