Your best bet for debugging JavaScript is going to be using your favorite text editor/IDE (anything that has bracket matching) and using the Firefox addon Firebug to debug your JavaScript. JavaScript is different from your standard programming language is that it is interpreted by your browser and so it is best to debug it in your final environment (the browser).
On Dec 26, 5:00 am, Tester <[email protected]> wrote: > I am new to google Maps javascripts api v3. > > As far as I can read google Maps javascripts api v3 is developed in > javascript. > what ide is the best to best to develop the applications that use > google Maps javascripts api v3 ? > Can I use Google Web Toolkits ? > how do I create a js file in Google Web Toolkit ? > how I can put code completion, code assistance in the js, and html > file that use js ? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
