FAQ Topic - How do I get my browser to report javascript errors? (2009-07-23)
- From: "FAQ server" <javascript@xxxxxxxxxxxxxx>
- Date: Wed, 22 Jul 2009 23:00:02 +0000
-----------------------------------------------------------------------
FAQ Topic - How do I get my browser to report javascript
errors?
-----------------------------------------------------------------------
There are debugging tools for many browsers. Learn to use them all.
*
Windows
http://www.fiddlertool.com/fiddler/
Fiddler is an HTTP Debugging proxy (it won't find script
errors). Fiddler logs HTTP activity, like Firebug's Net
tab, but can be attached to any browser running on Windows.
Windows IE
Microsoft Script Editor. Included with Visual Studio or Microsoft
Word 2003 (discontinued in Office 2007).
Microsoft Script Editor. Included with Visual Studio or Microsoft
Word 2003 (discontinued in Office 2007). To enable,
` Tools `, ` Internet Options `, ` Advanced `, and uncheck
` Disable Script Debugging `. After enabling Script Debugging,
a ` Script Debugger ` option will appear in the ` View ` menu.
_Note:_ For debugging scripts in IE, the Microsoft Script _Editor_
is recommended. However, if not available, the
http://www.microsoft.com/downloads/details.aspx?FamilyId=2F465BE0-94FD-4569-B3C4-DFFDF19CCD99&displaylang=en
may be somewhat helpful.
http://www.microsoft.com/downloads/details.aspx?FamilyID=e59c3964-672d-4511-bb3e-2d5e1db91038&displaylang=en
To report errors: Wait until a little yellow
triangle appears at the left end of the status bar, double click
on it and, when the error dialog box appears, check the "Always
show errors" checkbox it contains.
Or, ` Internet Options `, ` Advanced `, deselect ` "Disable Script Debugging" `,
select ` "Display a notification ..." `.
Firefox
http://getfirebug.com/
https://addons.mozilla.org/en-US/firefox/addon/5369
YSlow analyzes web pages and tells you why they're slow
based on Yahoo's rules for high performance web sites.
https://addons.mozilla.org/en-US/firefox/addon/1743
Lori or Life-of-request info, is useful for troubleshooting
server response and page load time.
https://addons.mozilla.org/en-US/firefox/addon/60
https://addons.mozilla.org/en-US/firefox/addon/1201
https://addons.mozilla.org/en-US/firefox/addon/1192
XPath generator, editor and inspector.
Opera
Tools > Advanced > Error console
http://dev.opera.com/articles/view/introduction-to-opera-dragonfly/
Safari
To display the ` Develop ` menu in Safari 3.1 or higher, select
the checkbox labeled "Show Develop menu in menu bar" in
Safari's Advanced Preferences panel.
http://developer.apple.com/internet/safari/faq.html#anchor14
Chrome
JavaScript Console: click the ` Page ` menu icon and select
` Developer > JavaScript Console `. From here, you'll be
able to view errors in the JavaScript execution, and enter
additional javascript commands to execute.
JavaScript Debugger: available as ` Page ` menu icon > ` Developer `
Debug JavaScript, the debugger provides a command prompt from which youcan set breakpoints, backtrace, and more. Type ` help ` at the debugger
command line to get started.
http://www.google.com/chrome/intl/en/webmasters-faq.html#jsexec
Mac IE
Use the Preferences dialog.
The complete comp.lang.javascript FAQ is at
http://jibbering.com/faq/
--
The sendings of these daily posts are proficiently hosted
by http://www.pair.com.
.
- Follow-Ups:
- Re: FAQ Topic - How do I get my browser to report javascript errors? (2009-07-23)
- From: Osmo Saarikumpu
- Re: FAQ Topic - How do I get my browser to report javascript errors? (2009-07-23)
- Prev by Date: Re: submitting form multiple times
- Next by Date: Re: best method to "hide" a whole <table> column ?
- Previous by thread: Elementary regex method question
- Next by thread: Re: FAQ Topic - How do I get my browser to report javascript errors? (2009-07-23)
- Index(es):
Relevant Pages
|