I can verify my code with CTRL+SHIFT+S, the number of errors is displayed in the output window. with SHIFT+F5 I start Flexpendant, one error message is displayed, other errors are not shown. Is there another way to get all error messages displayed at once? Debugging takes a long time with that method.
Good then we are talking about the same Development Environment. I just now removed 2 semicolons from my program and got 2 errors in the output window.
your are right with the semicolon error messages. But for a typical coding process, it is totaly incomplete. One example: I delete all speeddata and I delete one Input signal declaration. The system will show only an error because of the signal declaration. The speeddata errors are only shown if I fix the signal problem before pressing CTRL+SHIFT+S. ThatA’s horrible if you donA’t have a perfect model available (and no system backup at hand). Consequently, I canA’t search for bugs without having a perfect model. That causes me dozens of extra hours. I am just coding some mathematical subprocs and donA’t want to spend time with setting up models for every machine.