According to the manual for 3.3.9 (the most recent I have been able to find due to broken links on the website):
You can also specify a session to open when starting ddd. To invoke ddd with a session session,
use
ddd --session session
but this doesn't work and even seems to delete the specified session.
_____________________________________________
From: Boncek, John
Sent: Tuesday, March 08, 2011 10:15 AM
To: 'address@hidden'
Subject: reopen a session automatically on startup
Using ddd 3.3.11 with gdb on Ubuntu 10.04 to debug a C++ GTK app, I've used a session to save arguments the executable needs and can manually reopen it each time. How can I have ddd reopen a session automatically on startup?
I've searched the mailing list without success. Thanks for your attention.
John Boncek