我正在使用IntelliJ IDEA调试远程Tomcat应用程序。
它以前工作得很完美。
然而,最近一段时间,它总是卡在“收集数据”上,尽管数据很小。
我已经在这个网站上搜索,并尝试:
Intelliji idea is very slow in debug mode and it is running perfectly in normal mode
IntelliJ freezes for about 30 seconds before debugging
还是不行
我正在使用IntelliJ IDEA调试远程Tomcat应用程序。
它以前工作得很完美。
然而,最近一段时间,它总是卡在“收集数据”上,尽管数据很小。
我已经在这个网站上搜索,并尝试:
Intelliji idea is very slow in debug mode and it is running perfectly in normal mode
IntelliJ freezes for about 30 seconds before debugging
还是不行
2条答案
按热度按时间nr9pn0ug1#
我发现只有在同时打开 Thread View 和 Variable View 时才会发生这种情况,如下所示
因此,我关闭了 Thread View,它的运行速度大大加快:
xtupzzrd2#
如果变量
x
停留在“收集数据...",则评估其方法(如x.toString()
)仍能让我查看其内容。