Jump to content
Oliver Hope

Errors in instructions

Recommended Posts

Hey

So i quite quickly worked out that if you have an error in your code nothing after it would run, now what id like to know id what happens when you have an error in an instruction, will the code after the you call the instruction run if you have an error in it?

Share this post


Link to post
Share on other sites

Everything stops when the script encounters an error, no matter where the error is, even if that error takes place in a separate method or instruction that is being called.  I've seen this too many times to count.  :D

(If there is more than one running at the same time, I think only the one with the error will stop, but I'm not 100% sure of that one.)

Share this post


Link to post
Share on other sites
8 hours ago, Indomitus said:

Everything stops when the script encounters an error, no matter where the error is, even if that error takes place in a separate method or instruction that is being called.  I've seen this too many times to count.  :D

(If there is more than one running at the same time, I think only the one with the error will stop, but I'm not 100% sure of that one.)

Awesome thank you! That helps me with debugging 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×