Hi ahmetuzun,
V8 and ClearScript neither support nor impede the implementation of any particular user interface, including a console window. If your application or debugger has a console window and provides an API for sending output to it, then that API should be easy to expose via ClearScript. It would probably be similar to the way the sample code on ClearScript's home page exposes
Good luck!
V8 and ClearScript neither support nor impede the implementation of any particular user interface, including a console window. If your application or debugger has a console window and provides an API for sending output to it, then that API should be easy to expose via ClearScript. It would probably be similar to the way the sample code on ClearScript's home page exposes
System.Console
.Good luck!