I am using the 58.0.3029.110 (64-bit)
version of the browser (the last available here when creating this question), and when trying to execute the following code:
console.debug("Teste", 1);
The result is only:
undefined
And nothing is printed on the screen.
Thesamecodeworksnormallyinotherbrowsers.
Firefox:
IE: