[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
@@ -31,6 +31,4 @@ function configureTimeouts(injector) {
initDebug.$inject = ['injector'];
module.exports = {
'framework:karma-kotlin-debug': ['factory', initDebug]
};
module.exports = initDebug;