Debug your application efficiently
Programming becomes very easy: syntax checks, syntax
highlighting, suggested values for parameters of operators,
suggested successors and alternative operators, debugging the
program, full text and dialog-based editor, integrated online
help, which offers full-text search, and more.
Single-step through the program, set breakpoints, and let
the program run continuously.
Change parameters to obtain the desired result, even
while the program is running!
The software engineer has the choice between programming based on
dialogs, with help of a full text editor, or in a combination of
both. Editing assistance and the ability to copy and paste lines,
as well as advanced autocompletion provide easy-to-use help for
programming in the full text editor.
The HDevelop profiler tool helps analyzing each operator's
execution time.
|
|

Program window

Program window with profiler tool
|