Code crashing without error



  • So, i've had this a couple of times now and it is really really annoying.
    I had a variable I didn't declare, wich crashed my code just now. No problem normally, as it would point out where the error is located. But not this time. Now it was just like it used a break out of my code. Anything before the error gets executed, afterwards nothing, not even an error log. So I had an error for a while and only noticed because my creeps stopped moving.

    An error not showing up is really annoying, cause I just had to put console logs to find out where it would no longer show up and locate the error somewhere in between..