Previous: GDB Mode, Up: Controlling CGDB [Contents][Index]
The file dialog is primarily used to allow the user to find and open a source
file that the program they are debugging is made up of. The file dialog will
be full screen, and will list each file that the debugged program is made up
of. A usual instance of the file dialog would be to open it up from the
source window using the o key, and then to search for the file of
interest. If you are looking for foo.c type /foo.c
, press enter
once to finish the regular expression and again to select the file.
The commands available in the file dialog are:
Will exit the file dialog, and return to the source window.
Move up a line.
Move down a line.
Move left a line.
Move right a line.
Move up a page.
Move up 1/2 a page.
Move down a page.
Move down 1/2 a page.
Move to the top of the file dialog.
Move to the bottom of the file dialog or to a line number within the file dialog.
search from current cursor position.
reverse search from current cursor position.
next forward search.
next reverse search.
Select the current file.
Previous: GDB Mode, Up: Controlling CGDB [Contents][Index]