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?

Please sign in to leave a comment.
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.webconsolekey in the Registry ( Help > Find action..., typeregistryto locate it)that fixed it. thank you!