The editor-debugger in CeeBot4 |
The editor in a programming environment plays an important role. It can help you in your task, or make your life like hell. We went to a great length so that the former applies.The editor
Keywords of the programming language are displayed on colored
background. This allows checking the syntax at a glance. Indentation is
automatic in order to make the program structure visible. Information
about the syntax of the current instruction appears at the bottom of
the window, and you are only one click away from a full help text on
the topic. The debuggerThe integrated debugger allows executing the program step by step. The content of the variables is displayed in real time. |
|
Last Updated ( Sunday, 02 March 2008 ) |