Description: When using the Perl debugger as the inferior debugger, the "graph display" feature doesn't work. Version-Release: ddd 3.3.9-1 perl 5.8.5-9 How reproducible: 100% Steps to Reproduce: 1. Start 'ddd' with a Perl program to debug. 2. Step through program until a variable is set. 3. Double click on that variable name. Actual results: "graph display <var name>" appears in Perl console window, but the graphical display never appears in the data window. Expected results: "graph display <var name>" appears in Perl console window, and the graphical display to appear in the data window. Additional info: Worked up to and including Fedora Core 2.
May be a 3.3.9 thing. Doing a "configure/make/make install" on the upstream source for ddd 3.3.10 gives me a ddd binary without the problem.
There's a new version ddd-3.3.10-1 in the rawhide. Please update to the new version. Thanks for your report.