Quantcast
Channel: Programming (In-game)
Viewing all articles
Browse latest Browse all 903

Debugging thrown Exceptions

$
0
0
So I've got a ~2700 line script that is very shiny, but which has apparently broken in the last few weeks. It's throwing a couple different exceptions in a couple different situations, and I noticed that the error message in the programmable block doesn't seem to include a line number. I'm used to debugging java or javascript where you have logging, and most importantly, most interpreters will give you a line number AND a stack trace when an exception is thrown. Is there any debug log that I...

Debugging thrown Exceptions

Viewing all articles
Browse latest Browse all 903

Trending Articles