断点不起作用!

发布于 2024-11-25 07:57:06 字数 121 浏览 0 评论 0原文

我正在使用 eclipse CDT 进行网络编程。以前它工作得很好,如果我设置了一个断点,它就会在该点停止。我不知道发生了什么,它不再起作用了。即使我设置了断点,它也不会停止。

我该如何解决这个问题?提前致谢..

I am working a network programming using eclipse CDT. It worked fine before if I set up a break point then it stops at that point. I don't know what happened, it doesn't work anymore. Even if I set up a break point, it won't stop.

How do I fix this? Thanks in advance..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

稀香 2024-12-02 07:57:06

您确定正在调试模式下运行应用程序吗?在运行模式下,虚拟机不会在断点处挂起线程。

Are you sure you're running the application in debug mode? In run mode, the virtual machine will not suspend the thread on breakpoints.

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