views:

110

answers:

2

I noticed that my command history remains only during the current session, and once I re-start ddd, say with the same process, it starts with a clean slate. Is there way I can force the latest history to persist/reload.

I couldn't find any relevant options in Edit-> Preference/GDB sessions.

I am using GNU DDD 3.3.9 (i386-redhat-linux-gnu)

A: 

In the "Edit" -> "GDB settings...", there's "Saving of the history records on exit" (its the 18th item in DDD 3.3.11). Verify that it is checked.

I'm not sure if it exist in DDD 3.3.9...

Laurent Parenteau
it is selected but has no effect :(
vehomzzz
If you re-open a session, you'll have your history of that session. So the "trick" is to always re-open the same session when you start DDD, this way your history will be kept.
Laurent Parenteau
A: 

An answer does NOT EXIST

vehomzzz