debug

abstract fun debug(vararg data: JsAny?)(source)

The console.debug() static method outputs a message to the console at the 'debug' log level.

MDN Reference


abstract fun debug(vararg data: String?)(source)