We all know debugging scripts is a pain. What could be done to improve your debugging experience?
Obviously things like breakpoints is not possible.
I suggest moving the output from the small DetailInfo part to a separate output window available via the click of a button, for two reasons:
Debugging Scripts: Request For Input
Obviously things like breakpoints is not possible.
I suggest moving the output from the small DetailInfo part to a separate output window available via the click of a button, for two reasons:
- Reduce the number of messages being sent from the server to the client when debugging on a server
- More information available on the screen at any one time
Debugging Scripts: Request For Input