I tried to make a script to make a set of directories and set permissions on them. I followed the API steps, or tried to, but nothing seemed to happen. Then I realized that I knew how to write some JavaScript, but not how to intelligently debug it–I know a couple of client-side tricks, but I can't make a client-side popup to display information.
How do people intelligently debug JavaScript that uses the API? Is it through the debugger briefly mentioned, or something else?
Thanks,