[][src]Function boa::builtins::console::debug

pub fn debug(this: &Value, args: &[Value], ctx: &mut Interpreter) -> ResultValue

console.debug(...data)

Prints a JavaScript values with "debug" logLevel.

More information: