Is there a way to enable the IE8 Developer Tools from inside WebBrowser control in a .NET application

后端 未结 5 1780
青春惊慌失措
青春惊慌失措 2021-02-12 11:22

If you have IE8, you may have noticed a really handy feature that MS has added. Hit F12 and Developer Tools, a firebug like debugger, pops up. This is extremely useful for debug

5条回答
  •  Happy的楠姐
    2021-02-12 11:44

    Not an ideal solution, but you can use Visual Studio to attach and debug your app in Script mode. You shouldn't debugging the application and / or launch another instance of Visual Studio:

    • DEBUG > Attach To Process ...
    • Attach to must be Script and select your running instance of the application
    • And finally Attach

提交回复
热议问题