bug-ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Can "print" method, but not "display" it.


From: Markus . Grunwald
Subject: Can "print" method, but not "display" it.
Date: Mon, 6 Dec 2004 15:13:06 +0100

Hello,

When I try to "display"  the result of any method, I get the following 
output:

(gdb) graph display oVector.Angle()
Overloaded method instance Angle__C10CPTComplex, # of parms 1

No display apperars. IMHO there should be a display !

But when I try to "print" it, it works:
(gdb) print oVector.Angle()
Overloaded method instance Angle__C10CPTComplex, # of parms 1
...Badness @ 0 : 0
Overload resolution champion is 0, ambiguous? 0
$2 = 191.85878

My DDD configuration:
gru@CMDevLin1 >ddd --configuration
GNU DDD 3.3.10 (i686-pc-linux-gnu)
Copyright (C) 1995-1999 Technische Universität Braunschweig, Germany.
Copyright (C) 1999-2001 Universität Passau, Germany.
Copyright (C) 2001 Universität des Saarlandes, Germany.
Copyright (C) 2001-2004 Free Software Foundation, Inc.

Compiled with GCC 3.3 20030226 (prerelease) (SuSE Linux), GNU libc 2.3
Requires X11R6, Xt11R6, Motif 2.2.2 (Motif Version 2.2.2)
Includes XPM 3.4.11, Athena Panner (7000002L), DDD core
Built 2004-11-05 by Markus Grunwald <gru@CMDevLin1.cm-development>.

My gdb:
gru@CMDevLin1 >gdb --version
GNU gdb 5.3
Copyright 2002 Free Software Foundation, Inc.
[...]
This GDB was configured as "i586-suse-linux".

The logfile is attached.


Regards,

Markus Grunwald
Softwareentwicklung

PRÜFTECHNIK Condition Monitoring GmbH
Oskar-Messter-Straße 19-21
85737 Ismaning
www.pruftechnik.com
Tel: +49 (0)89 99616177
Fax: +49 (0)89 99616200



_______________________________________________
Ddd mailing list
Ddd@gnu.org
http://lists.gnu.org/mailman/listinfo/ddd

Attachment: ddd.log
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]