英文:
Java Stream Debugger is not available for IntelliJ IDEA newer versions
问题
我刚刚遇到了一个用于调试Java Streams的有用插件,名为Java Stream Debugger。然而,它不适用于更新的IntelliJ IDEA版本。有趣的是,有一个教程是在3个月前发布在this页面上。
我如何安装Java Stream Debugger(我尝试从磁盘安装,但不可行)?
在IntelliJ IDEA中有没有用于调试Streams的好的替代方法?我看到Reactive Streams,但不确定它是否可用于Java Stream?
注意:我的IntelliJ IDEA版本是2022.3(Ultimate)。
英文:
I just run into a useful plugin to debug Java Streams called Java Stream Debugger. However, it is not available for the newer IntelliJ IDEA versions. The interesting things is, it is seen on a tutorial that was published 3 moths ago on this page.
How can I install Java Stream Debugger (I tried to install from disk, but not possible)?
Is there any good alternatives for debugging Streams in IntelliJ IDEA? I see Reactive Streams, but not sure if it can be used for Java Stream?
Note: My IntelliJ IDEA version is 2022.3 (Ultimate)
答案1
得分: 0
自2017.3版本以来,这一功能已经内置(无需再安装插件)。
英文:
There is a comment from JetBrains team: since 2017.3 the feature is available out of the box (you should not install the plugin anymore).
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论