Bug 144352

Summary: ddd doesn't "graph display" with inferior Perl debugger
Product: [Fedora] Fedora Reporter: Andrew Benham <andrew.benham>
Component: dddAssignee: Than Ngo <than>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-02-02 11:24:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Andrew Benham 2005-01-06 11:56:26 UTC
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.

Comment 1 Andrew Benham 2005-01-07 13:41:55 UTC
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.

Comment 2 Than Ngo 2005-02-02 11:24:57 UTC
There's a new version ddd-3.3.10-1 in the rawhide. Please update to
the new version. Thanks for your report.