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?
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)
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!