[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs mode for GDB - 2 questions
From: |
Eli Zaretskii |
Subject: |
Re: Emacs mode for GDB - 2 questions |
Date: |
Fri, 31 May 2002 09:38:49 +0300 |
> From: address@hidden
> Date: 31 May 2002 01:16:37 +0200
>
> > ---main::a [0:5:2]----
> >
> > a[0] = 1.0
> > a[2] = 3.0
> > a[4] = 4.0
> >
> > With a large array, if the top line was in the buffer it would scroll out
> > of
> > view. I would like to be able to enter the three digits (0,5,2 in this case)
> > into the header line.
> >
> > If the effort cannot be justified, I'll think of something else.
>
> Couldn't you get the input from the mini-buffer (using some command)
> and just show the entered values in the header line?
Indeed. For example, clicking on one of the numbers could prompt for
input.