Eduard Minasyan
06/26/2019, 8:13 PMRoman Artemev [JB]
06/26/2019, 8:22 PMEduard Minasyan
06/26/2019, 8:28 PMRoman Artemev [JB]
06/27/2019, 9:02 AMex.asDynamic().stack
where ex
is exception objectEduard Minasyan
06/29/2019, 11:29 PMex.asDynamic().stack
can be kind of usable to have at least some stacktrace, but as I said, it contains JS code trace and needs to be mapped back to kotlin one, unless you do not prefer to analyze code generated by kotlinjs.Eduard Minasyan
06/29/2019, 11:31 PMsnrostov
06/30/2019, 4:46 PM.js.map
files to replace the paths and line numbers of source-mapped files with their original paths and line numbers.snrostov
06/30/2019, 4:47 PMsnrostov
06/30/2019, 4:50 PMEduard Minasyan
06/30/2019, 4:54 PMmain.kt
file in it, it just throws class MyThrowable(s: String) : Throwable(s)
exception, then catches it, logs stack
property and re-throws it out of main()
.