how do i get access to console.debug() ?
i would also use kotlin-logging if i could then jump to callsite in debugtools but it just guides me to where the library calls console.log()
p
Paul N
01/12/2020, 9:25 PM
It's literally just a case of doing
console.debug("some message")
in the Kotlin JS code.
n
Nikky
01/13/2020, 6:25 AM
yes, but this is not availalbe in kotlin-js stdlib