Search code examples
javaintellij-ideajava-streamintellij-plugin

Java Stream Debugger is not available for IntelliJ IDEA newer versions


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)


Solution

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