DebuggingΒΆ

In case of a programming error you can set Breakpoint. If the process stops at such a breakpoint, you can examine the values of all project variables at this point in time. By working through sequentially (single step) you can check the logical correctness of your program.