Programming tools These topics cover programming with the Genero Business Development Language. Command referenceCommand line tools provided for BDL.Compiling source filesDescribes how to build the runtime files from source files.Source code editionSimple helper to better render sources in configurable text editors.Source documentationExplains how to automatically generate documentation from your sources.Source preprocessorA typical preprocessor like in the C language.Integrated debuggerDescribes the command-line debugger you can use to find bugs in your programs. Program profilerFind out what function is causing the bottleneck in your program.Source code coverageCollect information about used source linesExecution tracePrint a function call stack of your program.Source code beautifierReformat the source code for better readability.Packaging web applicationsDescribes methods of packaging the runtime files and resources of your web applications and services using the fglgar tool.Logging optionsLogging solutions allow you to display exchanges between components when a program executes.