The console.debug()
method is used for printing debug messages to the console, and to the Log.txt file.
message
message
is a string parameter; this is the contents of the message to print.No value is returned.
> "Hello, world!"
Hello, world!
console.debug
. Only a subset of standard functionality is currently implemented.