Thread: run time error
View Single Post
  #4  
Old 10-03-2006, 03:43 AM
Stream Recorder
 
Posts: n/a
Default

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).
Reply With Quote