Markus.Grunwald | 18 Jul 2006 11:16

displaying variables in gdb mode

Hello,

after a few problems, I got very much used to debug my code with M-x gdb 
in xemacs. It's just the fastest way to check a few things. But I am 
missing one feature that seems to exist in emacs ( no "x" ) gdb mode: Can 
I move the mouse over a variable and get its content displayed as "balloon 
help" or anything similar ? I don't want to always type "print 
VariableBlaBla" ...

Thanks for any help,

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

Stephen J. Turnbull | 18 Jul 2006 17:29
Picon
Favicon

Re: displaying variables in gdb mode

>>>>> "Markus" == Markus Grunwald <Markus.Grunwald <at> pruftechnik.com> writes:

    Markus> after a few problems, I got very much used to debug my
    Markus> code with M-x gdb in xemacs. It's just the fastest way to
    Markus> check a few things. But I am missing one feature that
    Markus> seems to exist in emacs ( no "x" ) gdb mode: Can I move
    Markus> the mouse over a variable and get its content displayed as
    Markus> "balloon help" or anything similar ? I don't want to
    Markus> always type "print VariableBlaBla" ...

Recent gdb-mode uses functionality and APIs that are very different in
GNU Emacs from XEmacs.  We're working on the port (specifically Jerry
James is).  Please bring this up on xemacs-beta <at> xemacs.org.

--

-- 
School of Systems and Information Engineering http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba                    Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
               Ask not how you can "do" free software business;
              ask what your business can "do for" free software.


Gmane