cancel
Showing results for 
Search instead for 
Did you mean: 

JavaScript API debugging

jonathanscorner
Champ in-the-making
Champ in-the-making
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,
10 REPLIES 10

jonathanscorner
Champ in-the-making
Champ in-the-making
Thank you. I've now succeeded in what I was trying to do, or at least several initial steps.

With thanks,