Detects any unhandled JavaScript errors from the running browser and shows them directly in the Visual Studio Error List. See the change log for changes and road map. Detecting errorsBy default, the detecotr runs when any ASP.NET generated page is loaded in the browser. That can be controlled from the Browser Link context menu on the Standard toolbar. Error ListErrors show up in the Error List inside Visual Studio after running the script error checker. Known limitations1. Chrome Developer ToolsGoogle Chrome doesn't fire error events when the Developer Tools (F12) are open and therefore no errors will show up in the Error List in Visual Studio. Fix: Close the Chrome Developer Tools and reload the page 2. Errors on page loadThe extension cannot detect errors that occur before Browser Link has made the connection to Visual Studio. It doesn't take long to make the connection, but it might be long enough that the error has already occured. Fix: None ContributeCheck out the contribution guidelines if you want to contribute to this project. For cloning and building this project yourself, make sure to install the Extensibility Tools extension for Visual Studio which enables some features used by this project. License |