472,328 Members | 1,524 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,328 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 18439
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...
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...
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...
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...
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...
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...
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)...
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...
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...
0
by: tammygombez | last post by:
Hey fellow JavaFX developers, I'm currently working on a project that involves using a ComboBox in JavaFX, and I've run into a bit of an issue....
0
by: tammygombez | last post by:
Hey everyone! I've been researching gaming laptops lately, and I must say, they can get pretty expensive. However, I've come across some great...
0
by: concettolabs | last post by:
In today's business world, businesses are increasingly turning to PowerApps to develop custom business applications. PowerApps is a powerful tool...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: CD Tom | last post by:
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...

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.