[Gradle, JS] Add debugger.js with debugger statement to stop on the first line in a browser

^KT-56488 fixed
This commit is contained in:
Ilya Goncharov
2023-02-08 12:50:29 +00:00
committed by Space Team
parent c82b4f6fe5
commit bea80f8b54
5 changed files with 43 additions and 8 deletions
@@ -0,0 +1,8 @@
/*
* Copyright 2010-2023 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
module.exports = {
'framework:karma-kotlin-debug': ['factory', require("./karma-debug-framework")],
};