Are there any best practices for iterating on scripts locally? Right now I edit locally, upload to my site, and wget the scripts down.
Additionally, when my scripts error out I can't see the full stacktrace on the screen. UNIX-like output redirection didn't seem to work, is there some way for me to capture errors for review?
Thanks!