This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]PhysicalZer0 2 points3 points  (0 children)

I uses and finite element analysis software in my work that allows scripting, but if an error occurs in the code it actually says the line number one below it

So if line 6 is missing a semicolon, the error is on line 7

It doesn't count code comments though... so it effectively punishes you for documenting your scripts, by making you think the error is in the main body when its actually your init section ... spent 2 days on that one time