I’ve noticed the JetBrains IDE Chrome plugin is gone: https://chrome.google.com/webstore/detail/jetbrains-ide-support/hmhgeddbohgjknpmjagkdomcpobmllji
So, is it still possible to debug Kotlin/JS (Node or Browser target) in IntelliJ by setting breakpoints in the Kotlin code? I’ve looked in the documentation and in the similar topics, but they all refer to the, now pointing to 404, IDE Chrome plugin.
However, for Node I don’t need to Chrome plugin, so is it possible to debug this directly in Kotlin?
P.s. I’d really like to debug Kotlin/JS tests I made. Because there I make really small testcases. I won’t prefer to do this in a main App file.
EDIT:
Ah, it has been removed:
https://youtrack.jetbrains.com/issue/WEB-49212