Programming tools / The debugger |
fglrun -d myprog
This mode is typically used in development environments when using the command line tools.
The debugger can be used from the command line shell, but can also be called from a graphical debugging tool that understands the debugging commands of fglrun -d. The syntax of the commands is similar to the gdb debugger.
ddd --debugger "fglrun -d myprog"