Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

How to best debug?

I'm going to use sendChat for debug purposes, any better or recomended way?
log();
Yeah, lol, just found that in the wiki ^_^&nbsp;<a href="https://wiki.roll20.net/API:Debugging" rel="nofollow">https://wiki.roll20.net/API:Debugging</a>
1445777253
The Aaron
Pro
API Scripter
You can also put your code through JSLint (<a href="http://jslint.com" rel="nofollow">http://jslint.com</a>) or the closure compiler ( <a href="https://closure-compiler.appspot.com/home" rel="nofollow">https://closure-compiler.appspot.com/home</a> ) to get some feedback.&nbsp;