method Console.debugConsole.debug(...data: any[]): voidDeprecatedOutputs a debugging message to the console ExamplesExample 1 console.debug('Debug message', { detail: 'some data' }); Parameters<span>...data</span>: any[]Return Typevoid