What are good tools for coding GM scripts?

Archival storage to keep things organized and uncluttered. Can't find what you need? Search for old topics here.
Forum rules
Please read the Community Guidelines before posting.
Post Reply
User avatar
Metaphore
Posts: 18
Joined: Thu Jan 18, 2007 9:08 am
Location: Kharkov

What are good tools for coding GM scripts?

Post 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?
User avatar
Janiv
Posts: 38
Joined: Thu Mar 15, 2007 2:41 am
Location: Spanish Fork, UT

Post 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.
User avatar
Ishiro
Posts: 324
Joined: Mon Jul 17, 2006 5:53 pm
Gender: Male
Location: Under the Rainbow
Contact:

Post by Ishiro »

For writing, I just use EditPlus text editor.
Image
Post Reply

Return to “Tool Archives”