| 1. |
Is There A Tool To Help Find Bugs Or Perform Static Analysis? |
|
Answer» TEST (all) Parses the code only and issues any warnings or errors to STDOUT. On ERROR the exit code will be 1, OTHERWISE 0. If an error was found, the normal "Press Enter" prompt will not be presented when using the -TEST parameter which ENABLES many editor/IDE PROGRAMS to test the SYNTAX of your Euphoria source in real time. TEST (all) Parses the code only and issues any warnings or errors to STDOUT. On error the exit code will be 1, otherwise 0. If an error was found, the normal "Press Enter" prompt will not be presented when using the -TEST parameter which enables many editor/IDE programs to test the syntax of your Euphoria source in real time. |
|