Eclipse cdt/gdb 在程序入口处自动断点 - 如何禁用?
我正在使用 eclipse cdt 开发 C++ 程序。让我发疯的一件事是,它用于调试的 eclipse cdt 或 gdb 在主方法入口处自动中断。我不想破坏那里!
在我遇到一些问题并且不得不从头开始重新创建我的项目之前,我设法禁用了此功能(我认为),但我现在找不到它了!问题似乎是在 Eclipse 中可以找到八百万个不同的调试设置的地方。
有谁知道如何禁用此功能?
I am using eclipse cdt to develop a c++ program. One thing that drives me crazy is that either eclipse cdt or gdb which it uses for debugging break automatically on main method entry. I don't want to break there!
Before I had some problems and had to recreate my project from scratch, I managed to disable this feature (I think) but for the life of me I cannot find it now! Problems seems to be the eight million different places where debug settings can be found in eclipse.
Does anyone know how to disable this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
转到运行/调试配置/调试器/启动时停止:[main]
Go to Run / Debug Configurations / Debugger / Stop on startup at: [main]