

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How can we debug JavaScript in Internet Explorer?
The most basic way to track down errors is by turning on error information in your browser. By default, Internet Explorer shows an error icon in the status bar when an error occurs on the page.
Double-clicking this icon takes you to a dialog box showing information about the specific error that occurred. Since this icon is easy to overlook, Internet Explorer gives you the option to automatically show the Error dialog box whenever an error occurs.
To enable this option, select Tools → Internet Options → Advanced tab. and then finally check the "Display a Notification About Every Script Error" box option as shown below −
- Related Questions & Answers
- How can we debug JavaScript using Firefox?
- How to enable JavaScript in Internet Explorer (IE)?
- How to disable JavaScript in Internet Explorer (IE)?
- How can we debug JavaScript using Google Chrome?
- How to fix Array indexOf() in JavaScript for Internet Explorer browsers?
- How to run Selenium tests on Internet Explorer browser?
- What is Selenium Internet Explorer Driver or IE Driver?
- Filter gray image, black around png in Internet Explorer 8
- How to enable / Disable Enhanced Protection Mode in Internet Explorer using PowerShell?
- How to debug obfuscated JavaScript?
- How to block a website in your web browsers (Chrome and Internet Explorer)
- Internet Explorer 8 will not modify HTML5 tags in print stylesheet
- How to Debug JavaScript on iPad?
- How to debug JavaScript in Visual Studio?
- Strange cursor placement in modal when using autofocus in Internet Explorer with HTML
Advertisements