hello
Is there any debugger for IE7, the MS script debugger for IE 6 doesn't work
:(
Patryk
Evertjan. - 29 Jun 2006 09:41 GMT
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.

Signature
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Erwin Moller - 29 Jun 2006 10:12 GMT
> 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.
Laurent Bugnion - 29 Jun 2006 10:53 GMT
Hi,
> 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

Signature
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
P4tryk - 29 Jun 2006 14:08 GMT
> 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
bgulian@gmail.com - 30 Jun 2006 13:56 GMT
> > 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.
Laurent Bugnion - 30 Jun 2006 18:28 GMT
Hi,
>>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
[quoted text clipped - 3 lines]
>
> Patryk
No, i didn't. This is what I meant when I wrote "I didn't try it though" ;-)
HTH,
Laurent

Signature
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