IE8 has a very good debugger built right in. It does support the debugger;
statement, single stepping, and all that. Open your page in IE8, press F12,
select the Script tag, and click Start Debugging. You can either set
breakpoints by finding your code and clicking in the left margin, or by
inserting a debugger; statement in your code.

-Mike

On Thu, Jul 1, 2010 at 3:54 AM, novitonics <[email protected]> wrote:

> Thanks m8, I'm trying firebug out and seems to be working fine. Only
> problem is that I need to run it on firefox :S. Although I'm debugging
> my code very easily  I'd rather do this on Internet Explorer cuz of
> the security policy of my company. I guess this is not up to me but
> will have to cope with it !!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to