 Re: run time error
If you hit break the script will be broken. if you hit continue you may get other error messages.
Sometimes minor errors still allow script functioning and you should hit "continue".
It's up to developer to debug an application. The simplest way to debug is by commenting all the code and uncommenting it sentence by sentence (no additional software required for that).
|