Does anybody knows how to setup Idea to debug Kotlin JS code when running an app in local HTTP server? I check "Generate source maps", create Javascript debug Debug configuraton. But generated MyApp.js.map contains path to local file system. Neither Chrome neither Idea stop on the breakpoint.