![]() |
sponsored links |
|
|
sponsored links
|
|
|
3
2nd May 00:06
External User
Posts: 1
|
999kayo@gmx.de (bux baeumchen) writes:
There are some. Venkman for Mozilla <URL:http://www.mozilla.org/projects/venkman/> and Microsoft's script debugger <URL:http://microsoft.com/downloads/details.aspx?FamilyId=2F465BE0-94FD-4569-B3C4-DFFDF19CCD99> You need meaningfull error messages more than you need a debugger. As a beginner, you will rearely need to step through the javascript and set breakpoints. For meaningfull error messages, I would suggest using a Mozilla browser or Opera. IE is notoriously bad at giving informative error messages, and the debugger just shows you the line with the error (which you could find from the linenumber yourself). For writing javascript that is compatible with more than one browser, I heartily recommend using more than one browser while developing. It makes you "appreciate" the differences ![]() /L -- Lasse Reichstein Nielsen - lrn@hotpop.com Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit.html> 'Faith without judgement merely degrades the spirit divine.' |
|