Jack
Jack

Reputation: 1

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)

Upvotes: 1

Views: 1114

Answers (1)

dey
dey

Reputation: 3140

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

Upvotes: 1

Related Questions