IntelliJ idea 2019.1.3 -- Javascript debug console shows nothing

 

Hi all,  

Prior to upgrading to version 2019.x, I could use the javascript console when debugging with Chrome.  now... nothing.  Has anyone else seen this.  any solutions?

0
2 comments

Most likely the Oracle JRE you run IDEA with doesn't include javaFX; can you check if the issue persists when using the bundled JDK? See https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under for instructions on switching IDE JDK

If it doesn't help, please try switching to the old console by disabling js.debugger.webconsole key in the Registry ( Help > Find action..., type registry to locate it)

0

that fixed it.  thank you!

1

Please sign in to leave a comment.