Moon Wizard
February 25th, 2011, 00:18
UPDATE: Debug.ext is now available on the Downloads page under Utilities.
Hey all,
Here is a Debug extension that I built while I am debugging my rulesets.
Once you add the extension, just insert one of these 2 calls into your ruleset code to inspect the contents of variables.
Debug.chat(...)
Debug.console(...)
Any parameters to these 2 functions will output to the chat window or console window, respectively. I usually use the chat window output myself, unless I need to debug something on initial ruleset load or shutdown. The console messages also get saved to the console.log file.
Cheers,
JPG
Hey all,
Here is a Debug extension that I built while I am debugging my rulesets.
Once you add the extension, just insert one of these 2 calls into your ruleset code to inspect the contents of variables.
Debug.chat(...)
Debug.console(...)
Any parameters to these 2 functions will output to the chat window or console window, respectively. I usually use the chat window output myself, unless I need to debug something on initial ruleset load or shutdown. The console messages also get saved to the console.log file.
Cheers,
JPG