Question
Syntax Check on SS Actionscript
One of the notable things about FMS seems to be its lack of
useful error messages.
I've found that if if my server-side scripts contain a simple language syntax error that
the script will simply abort leaving no trail of what happened or why. The logfiles have
been useless to me in nearly all cases.
Is there a way to check the syntax of your server-side .asc file before you run it?
the 'far' compiler is comical. It can be used to check for a syntax error but instead
of telling you what went wrong, you get a lengthy stack trace detailing the runtime
libraries on your system. Nothing about your code or what happened. So, if your
code is good, far works. If there is a problem, it croaks badly. Never a reason given.
Better yet, when your script crashes and is ejected by the server, is there any
way to find out what happened?
I've found that if if my server-side scripts contain a simple language syntax error that
the script will simply abort leaving no trail of what happened or why. The logfiles have
been useless to me in nearly all cases.
Is there a way to check the syntax of your server-side .asc file before you run it?
the 'far' compiler is comical. It can be used to check for a syntax error but instead
of telling you what went wrong, you get a lengthy stack trace detailing the runtime
libraries on your system. Nothing about your code or what happened. So, if your
code is good, far works. If there is a problem, it croaks badly. Never a reason given.
Better yet, when your script crashes and is ejected by the server, is there any
way to find out what happened?
