I have a .NET app that runs an embedded web browser (System.Windows.Forms.WebBrowser). I can't figure out how to access the web console that I can normally access by pressing f12 (equivalent to firebug's console). Is there a way to enable this? Also is it possible to redirect this output to a file?
Have you tried using FirebugLite ?
https://getfirebug.com/firebuglite
Include this script inside your page and you will have a lite version of firebug which you can use to debug your JS.
<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>
The embedded web browser does not support ActiveX controllers, so there is no web console.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With