长时间运行的循环在 intellij 中变得不可调试

发布于 2024-09-28 02:38:49 字数 178 浏览 4 评论 0原文

我使用 IntelliJ 来开发和调试应用程序。很多时候,我将热交换类作为调试的一部分。有时(只是有时)我无法在新添加的代码中设置断点。 IDE 显示断点有效——但并不止于此。

我观察到这种情况发生在运行很多次的循环中。有人遇到过类似的问题吗?我该如何解决这个问题?

(Intellj8、JDK 1.6.x)

I use IntelliJ to develop and debug applications. Many times I hot-swap classes as part of debugging. Some time (just sometimes) I am unable to set break points in newly added code. The IDE shows that the break point is valid-- but does not stop there.

I observed that this happens with loops that ran many many times. Any one faced similar problem? How can I fix this?

(Intellj8, JDK 1.6.x)

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

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

发布评论

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

评论(1

童话里做英雄 2024-10-05 02:38:49

在多次运行循环所在处放置断点并重新启动测试。

Place a breakpoint where the many times running loop is and restart the test.

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