Usage instructions
Settings
Settings are stored in a global config file (~/.config/gede2/gede2.ini) and
in a project specific file (gede2.ini) in the current directory.
The files will be created if they do not already exist.
Specifying program to debug
The program to debug can either be specified on the commandline:
gede --args <PROGRAM_PATH>
If no program is specified on the commandline a dialog
will be displayed where you can enter the path to the program
to debug.
Breakpoints
Breakpoints are inserted by doubleclicking on the left border in the source
view.
Changing display of data
Integers can be displayed as hex, decimal or binary. The display mode is
changed by right clicking and selecting the wanted format in the popup menu.