> During code develop my greatest problem is that I cannot check it step > by step, during execution.
You need a browser based debugger, such as Firebug, as the javascript executes within the browser. You can do simple things without one, such as inserting alert (somevalue); in your code temporarily. http://www.google.co.uk/search?hl=en&q=debugging+javascript --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
