Tooltip when debugging

Vladimir Prus ghost at cs.msu.su
Mon Feb 23 13:50:43 UTC 2009


On Monday 23 February 2009 16:44:16 Mario Chacon wrote:
> On Mon, Feb 23, 2009 at 11:18 AM, Vladimir Prus <ghost at cs.msu.su> wrote:
> 
> > On Monday 23 February 2009 15:57:50 Mario Chacon wrote:
> > > On Mon, Feb 23, 2009 at 9:57 AM, Vladimir Prus <ghost at cs.msu.su> wrote:
> > >
> > > > On Monday 23 February 2009 13:46:48 Mario Chacon wrote:
> > > > > Hello:
> > > > > Is it possible to make like Visual studio that when you are debug in
> > and
> > > > you
> > > > > stop over a variable you sow the current value?
> > > >
> > > > What do you mean by "stop over a variable"?
> > > >
> > >
> > > sorry, no when you stop, what I want to tried to said is: when you are
> > debug
> > > in and put mouse course over a variable. it's show the current value, Is
> > it
> > > possible to make it in kdevelop4?
> >
> > This is exactly what we are discussing in this thread. It's possible in SVN
> > HEAD
> > of KDevelop4.
> >
> 
>  great!!..If it's an string data, will be show the value directly ??

I don't know. The hack that was used for QString display in KDevelop3 may not
be ported yet, and in fact, it won't be ported ever. Upcoming GDB 7.0 uses Python
scripting to visualize classes, and that covers std::string, std::vector and others.
We'll just add QString visualizer.

- Volodya




More information about the KDevelop-devel mailing list