长时间运行的循环在 intellij 中变得不可调试
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在多次运行循环所在处放置断点并重新启动测试。
Place a breakpoint where the many times running loop is and restart the test.