472,993 Members | 3,158 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,993 software developers and data experts.

browser setting for javascript debugging

For debugging javascript purposes, should we ensure the following
check boxes (1-3) are checked.

In IE browser, tools->Internet Options->Advanced

Under Browsing,
1) disable script debugging
2) display a notification about every script error
3) show friendly HTTP error messages

Because I tried don't check those check boxes, it won't display
the error even the javascript has syntax error.

Anything I miss? Please advise. Thanks!!
Jul 23 '05 #1
4 1630
On 7 Aug 2004 10:15:32 -0700, Matt <jr********@hotmail.com> wrote:

[snip]
Under Browsing,
1) disable script debugging
You'll want to make sure that this is *NOT* checked. If it is checked,
debugging is disabled. You imply that you've checked this, which if you
have, is the cause of your problems.
2) display a notification about every script error
This isn't really necessary. If an error occurs, a yellow triangle will
appear in the status bar (far left). Double-clicking that icon will
display the error. All this option does is display the error without the
need to double-click (good for debugging, annoying for browsing).
3) show friendly HTTP error messages


This has nothing to do with script debugging. This determines whether IE
interprets error messages from servers or shows more low-level data.

[snip]

Mike

--
Michael Winter
Replace ".invalid" with ".uk" to reply by e-mail
Jul 23 '05 #2
On 7 Aug 2004 10:15:32 -0700, Matt wrote:
...should we ensure the following
check boxes (1-3) are checked.

In IE browser, tools->Internet Options->Advanced

Under Browsing,
1) disable script debugging
If this said 'Enable script debugging' it
might be more clear, it is easy to confuse
'disable' with 'display'

So 'Disable Script Debugging' - NO
2) display a notification about every script error


YES
...

3) YES

OTOH, I would recommend only using IE for
debugging IE specific errors, AFAIU other
browsers generally have better support
for JS debugging.

HTH

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Jul 23 '05 #3
DU
Matt wrote:
For debugging javascript purposes, should we ensure the following
check boxes (1-3) are checked.

In IE browser, tools->Internet Options->Advanced

Under Browsing,
1) disable script debugging
2) display a notification about every script error
3) show friendly HTTP error messages

Because I tried don't check those check boxes, it won't display
the error even the javascript has syntax error.

Anything I miss? Please advise. Thanks!!


You need Microsoft Javascript debugger for starters, then enable script
debugging. The javascript errors reported in the console are useless;
you need the MS javascript debugger.

DU
Jul 23 '05 #4
Matt wrote:
For debugging javascript purposes, should we ensure
the following check boxes (1-3) are checked.
In the case this is a question: No, we should not.
In IE browser, tools->Internet Options->Advanced

Under Browsing,
1) disable script debugging ^^^^^^^
You certainly want that checkbox *unchecked*
if you intend to debug JScript.
2) display a notification about every script error
3) show friendly HTTP error messages
I doubt the third one has anything to do with client-side scripting.
IIRC that HTTP error message is displayed only if *the user* accesses
a Web resource via HTTP.

Besides, in IE you would debug JScript, not JavaScript.
Because I tried don't check those check boxes, it won't
display the error even the javascript has syntax error.
Is this a question?
Anything I miss? Please advise. Thanks!!


HTH

PointedEars
Jul 23 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
by: Java script Dude | last post by:
To all Mozilla JS Guru's (IE dudes welcome), I have spent the last three years developing complex DHTML applications that must work in IE 5.5sp2+ but I use Mozilla 1.3+** to do all my...
5
by: David Baker | last post by:
Hi all I am very new to ASP.Net. I am trying to create a sniffer for our program. We want our users to click our sniffer and hopefully the sniffer will check their computer against our...
5
by: Brian Shannon | last post by:
I have been having problems with IE 6 so I am temperarily using Mozilla. Does anyone know how to change the default browser that .NET studio opens when you are testing/compiling a project? I...
9
by: SHarris | last post by:
Hello, In our new intranet ASP.NET project, two requirements are that the browser accept cookies AND JavaScript. We are requiring the use of Internet Explorer 6+. 1. Using C# in an ASP.NET...
2
by: junlia | last post by:
Hi All, I am working on a project that acts as a bridge. It does some checking with post xml data, and then redirects the request to an appropriate page. However, we find that depends on the...
20
by: Tim Reynolds | last post by:
Team, I am developing a web service. In testing in on my enw PC, I am expecting to see exceptions thrown appear on my browser. Instead I am getting an HTTP 500 Internal Server Error page and I am...
10
by: Christopher Nelson | last post by:
I've been developing a little web page full of JavaScript while using Firefox and it works well but when I try to view it in Opera and IE, it's incomplete. I suspect cross-browser issues in the...
4
by: sid | last post by:
"about:blank" oepns new browser window I am writing a webpage that will run on other machines that I may or may not know about. My page is framed where frame1 controls the content of frame2. ...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
4
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
3
SueHopson
by: SueHopson | last post by:
Hi All, I'm trying to create a single code (run off a button that calls the Private Sub) for our parts list report that will allow the user to filter by either/both PartVendor and PartType. On...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.