Eclipse cdt/gdb 在程序入口处自动断点 - 如何禁用?

发布于 2024-10-16 03:35:43 字数 208 浏览 4 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

尐籹人 2024-10-23 03:35:43

转到运行/调试配置/调试器/启动时停止:[main]

Go to Run / Debug Configurations / Debugger / Stop on startup at: [main]

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文