Quantcast
Channel: ClearScript
Viewing all articles
Browse latest Browse all 2297

New Post: Is it possible to send messages to debugger console?

0
0
Ok, let me rephrase it like this:

node.js also uses the V8 engine. It has a built in console object which directs messages to the debugger console if the debugger is attached.

When I execute "console.log("Hello")" with node.js, I can see the "Hello" message both in my console and the debugger console.

Sİnce you create a bridge between the V8 engine and the .NET world, do you know how to tell V8 send text messages to the debugger console?

Viewing all articles
Browse latest Browse all 2297

Latest Images

Trending Articles





Latest Images