Hello,
I am trying to figure out if I am doing something wrong or if this is by design.
It appears that console.log messages in javascript are being out to the Visual Studio output window
example. In Javascript I have the following code
when I run my app and I look at the output window in debug mode
I see
I am handling the ConsoleMessage event in my app, but am not outputting anything to Debug.
Is the EO.WebBrowser outputting this by default ?
Thanks