Error Reporting

Efficient development of CNC-programs requires decent support by development tools. This support includes proper reporting of programming errors for both, compile-time errors and runtime errors. An error message should point directly to the source code the error originates from and give a precise description of the circumstances under that the error occured (dynamic data). Such individual error messages help a developer substantially to fix errors in short time. The GST-interpreter yields such error messages, as described in the following texts.