ClearScript does not have a built-in console object to log messages.
The debugger can be either the Eclipse debugger or custom V8-compatible debugger.
console.log("Hello world");
If I implement one myself, how can direct messages to the debugger console?The debugger can be either the Eclipse debugger or custom V8-compatible debugger.