I'm writing a web page using HTML and Javascript. This page is opened in WPF WebBrowser control. The problem is that JavaScript on this page works fine in Internet Explorer directly but not in WebBrowser control even I've set to use Internet Explorer 11 for WebBrowser control.
So I can't reproduce the issue in a usual browser to debug it. It's reproducible only in WebBrowser control.
Is there a possibility to debug JavaScript code in WebBrowser to be able to find the issue? I don't see any item with "Inspect" word in the context menu of WebBrowser.