Java Stream Debugger 在较新版本的 IntelliJ IDEA 中不可用

huangapple go评论64阅读模式
英文:

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).

huangapple
  • 本文由 发表于 2023年2月24日 15:23:46
  • 转载请务必保留本文链接:https://go.coder-hub.com/75553623.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定