Claude Schneegans wrote:
> 
>  >>and for IE, try te Microsoft Script Debugger
> 
> In about 10 years of development using IE, I've never been able to get 
> this piece of *&?%!
> working, either under W98 or XP. I gave up.
> 

Yeah, it's not exactly intuitive or anything. I found this article:

http://www.jonathanboutelle.com/mt/archives/2006/01/howto_debug_jav.html

very useful.

By and large, i basically develop in firefox first, using firebug and the
console.log() stuff, and then integrate with ie afterwards. I find the best
strategy is *not* to wait until the whole thing is done in firefox before
trying to get it to work in ie, or you will have built up so many problems
that you will debug all night. Tools like selenium are really useful here as
they allow you to run the same tests in firefox and ie - saves a lot of time
when you are trying to test stuff that's a pain to get to.

/t

-- 
View this message in context: 
http://www.nabble.com/OT%3A-Debugging-JavaScript-tf2348857.html#a6549124
Sent from the Cold Fusion - Technical mailing list archive at Nabble.com.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:254634
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to