debug method

An alias of console.log.

 

Syntax

console.debug(message, optionalParams);

Parameters

  • message [in, optional]
    Type: DOMString

  • optionalParams [in]
    Type: any

Return value

This method does not return a value.

See also

console

Using the F12 Tools Console to View Errors and Status