Page 1 of 1
What are good tools for coding GM scripts?
Posted: Thu Sep 13, 2007 5:54 pm
by Metaphore
What does everyone here use to write and debug JS for GM?
Anyone try to integrate FireFox client script debugging into VS 2005?
Posted: Thu Sep 13, 2007 6:53 pm
by Janiv
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.
Posted: Thu Sep 13, 2007 8:24 pm
by Ishiro
For writing, I just use EditPlus text editor.