2

I'm writing a port of some Chrome extension to a better "managed" app - windows form/wpf, with embedded browser control. However, as part of my tracing/debugging flow, I was using the console.log() js feature in Chrome. However, I wonder, does the .NET browser support such a feature at all? And if it does, how does one view such content output via console.log?

nemesisfixx
  • 11,399
  • 7
  • 53
  • 59
  • Are you looking for something like a TraceListener? Can you elaborate on why Console.Log isn't suitable, you need the web browser control to log out what exactly? Maybe Debug.WriteLine() is what you want and you view that in VS's Output Window – Jeremy Thompson Feb 22 '16 at 08:53
  • I wish to log things from the context of JS running in the browser control. So, I doubt Debug.WriteLine() would work... – nemesisfixx Feb 22 '16 at 09:15

0 Answers0