What does everyone here use to write and debug JS for GM?
Anyone try to integrate FireFox client script debugging into VS 2005?
What are good tools for coding GM scripts?
Moderator: Tech Team
Forum rules
Please read the Community Guidelines before posting.
Please read the Community Guidelines before posting.
I would highly recommend using Firebug (http://www.getfirebug.com/) to debug your JavaScript in Firefox.
Using console.log(string_to_output) can be very useful in tracking down where your code is and working through some bugs.
Using console.log(string_to_output) can be very useful in tracking down where your code is and working through some bugs.
