473,396 Members | 1,738 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

js debugger for IE7

hello
Is there any debugger for IE7, the MS script debugger for IE 6 doesn't work
:(
Patryk
Jun 29 '06 #1
6 18479
P4tryk wrote on 29 jun 2006 in comp.lang.javascript:
Is there any debugger for IE7, the MS script debugger for IE 6 doesn't
work
:(


Why would you want ot debug IE7?

Let MS do it, it is not called a beta as a joke.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jun 29 '06 #2
P4tryk wrote:
hello
Is there any debugger for IE7, the MS script debugger for IE 6 doesn't
work
:(
Patryk


Hi Patryk,

I do not know of a debugger for IE7, but the following approach has always
worked for me:
- Buy Dynamic HTML, the definite reference from O'Reilly.
(I have second edition, if third comes out, use that of course.)
- develop on Firefox, it has many nice plugins and a working Javascript
console that nicely prints all errors it encouters with usefull comments,
unlike IE-JS-'console'.
- Then test on IE*

The book gives you:
- A good understanding of JS and DOM/JS interaction
- for almost all functionality it mentions FireFox/NN and IE support as well
as DOM-version
- lists possible bugs/features.
- many examples
- a 'common API' that works in IE and FF.

So develop in FF, if it fails in IE* look up the functions and look for
alternatives. Or better, look up the functions first before implementing.

A nice side effect is that your code will actually work in FF too. :-)

This approach has never failed me. (Knocks on wood)

Regards,
Erwin Moller

PS: IE7 is still beta, right? This means you may encouter even more
errors/features than you are used to.
Jun 29 '06 #3
Hi,

P4tryk wrote:
hello
Is there any debugger for IE7, the MS script debugger for IE 6 doesn't work
:(
Patryk


If you mean a JavaScript debugger, then you can use Visual Studio 2005,
it's so far the best script debugger I tried (including Venkman, which
is as efficient but less user friendly).

If you don't want to pay for Visual Studio, and don't have access to it,
I think you can also debug JavaScript using Visual Web Developer 2005
Express Edition, which you can download for free. I didn't try it though.

HTH,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
Private/Malaysia: http://mypage.bluewin.ch/lbugnion
Support children in Calcutta: http://www.calcutta-espoir.ch
Jun 29 '06 #4
Uzytkownik "Laurent Bugnion" <ga*********@bluewin.ch> napisal w wiadomosci
news:e8**********@zrha118x.zrh.siemens.ch...
If you mean a JavaScript debugger, then you can use Visual Studio 2005,
it's so far the best script debugger I tried (including Venkman, which is
as efficient but less user friendly).


I use VS 2005 express but it doesn't work with IE7. Have you tried it ?
Patryk
Jun 29 '06 #5

P4tryk wrote:
Uzytkownik "Laurent Bugnion" <ga*********@bluewin.ch> napisal w wiadomosci
news:e8**********@zrha118x.zrh.siemens.ch...
If you mean a JavaScript debugger, then you can use Visual Studio 2005,
it's so far the best script debugger I tried (including Venkman, which is
as efficient but less user friendly).


I use VS 2005 express but it doesn't work with IE7. Have you tried it ?


Visual Studio 2003 works just fine debugging IE7. I use it daily when
I'm forced to install IE7 on my machine. I have found IE7 to be a huge
resource and memory hole though so it may be affecting your use of VS
2005.

Jun 30 '06 #6
Hi,

P4tryk wrote:
Uzytkownik "Laurent Bugnion" <ga*********@bluewin.ch> napisal w wiadomosci
news:e8**********@zrha118x.zrh.siemens.ch...
If you mean a JavaScript debugger, then you can use Visual Studio 2005,
it's so far the best script debugger I tried (including Venkman, which is
as efficient but less user friendly).

I use VS 2005 express but it doesn't work with IE7. Have you tried it ?
Patryk


No, i didn't. This is what I meant when I wrote "I didn't try it though" ;-)

HTH,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
Private/Malaysia: http://mypage.bluewin.ch/lbugnion
Support children in Calcutta: http://www.calcutta-espoir.ch
Jun 30 '06 #7

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

Similar topics

6
by: jonathan | last post by:
everyone, I'd like to be able to debug php scripts on the command line, going through the browser. In other words, set up the debugger to listen and then type in a url and have the code stop...
11
by: Ziaran _ | last post by:
I have written a new debugger. I think people will find it useful. Where can I post it for people to download? Thanks, Nir _________________________________________________________________...
4
by: Chuck Ritzke | last post by:
Hi, I've been using VS for a number of projects and the debugger has worked as advertised until now. I have a desktop solution with three projects, two of which are class modules. For some...
25
by: Jeff | last post by:
Use the MS Script Editor included free with MS Office 2002 and above, for debugging Internet Explorer (IE). This subject is of great interest to many JS developers, as there is no obvious, low...
1
by: Rhino | last post by:
Is there any way to install the IBM Distributed Debugger V9.2 on Windows XP without first uninstalling DB2? I installed the IBM Distributed Debugger V9.2 on my Windows XP box in the hopes of...
1
by: Susanne Christe | last post by:
Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Registeresd JIT debugger is not avaialble: After executing an application I get the Error: ...
1
by: Bill Menees | last post by:
VS.NET 2003 defaults the "Debugger Type" property to "Auto" for Visual C++ projects. Unfortunately, the "Auto" type isn't very smart. "Auto" bases the debugger type on the launched EXE's type,...
9
by: RalphTheExpert | last post by:
I'm getting different behavior if my code is running under the debugger or not. I have modified Winmain to look like this: // Copyright (C) 2002 Microsoft Corporation // All rights reserved....
18
by: R. Bernstein | last post by:
Okay, a bit of an exaggeration. Recently, I've been using Python more seriously, and in using the debugger I think one of the first things I noticed was that there is no "restart" ("R" in...
3
by: Doug | last post by:
I'm having problems w/ the VS2005 debugger with C#. It blows past any breakpoints in even the simplest "Hello World" console application. I can't do any step-by-step debugging. I've provided the...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.