Compiling a project

Currently only running in debug mode is supported. A project can be run using the Run menu or from its icon on the toolbar. Ginjo-Builder will look for an XML file that has the same name as the top level tree node in the project tree. See Compiler options for further details. The XML file specifies the startup function as well as other compiler options. A project cannot be run without an XML file.

To set a debugger breakpoint use the corresponding menu item or toolbar button while the cursor is on the line at which you wish to pause execution. When the debugger is stopped on a line with a breakpoint, it will be highlighted in the editor. Mouse over the line to view the variable values in the current scope. Use the Step into, Step over or Continue toolbar buttons to continue execution of your program.