[gvd-users] Saving and restoring displayed variables

Arnaud Charlet gvd-users@lists.act-europe.fr
Tue, 24 Sep 2002 13:52:20 +0200


If you specify the name of the cross debugger in the File->New Debugger
dialog, the session will save it.

You can also edit the session file directly (this is a text file), and
modify the last line before the history, which is the name of the debugger
program, e.g:

---------------------

GDB_TYPE



cross-gdb
---------------------
[History]
 1 U run
 1 U graph display foo
---------------------

Arno