microsoft/ChakraCore-Debugger

Enable `console` redirection

kfarnung opened this issue · 2 comments

This requires some interaction with the host since console is not a standard part of the Global object. We need some way to expose some console functions that pass through to the host-provided functions.

I am working on this one.

This is now supported.