[Gambas-devel] enhancing the debugger

Benoit Minisini gambas at ...1...
Mon Sep 18 20:24:50 CEST 2006


On Monday 18 September 2006 19:44, Ron Onstenk wrote:
> On Monday 18 September 2006 19:09, Benoit Minisini wrote:
> > On Sunday 17 September 2006 22:54, Charlie Reinl wrote:
> > > Salut Benoît,
>
> --8<--
>
> > Do you think that with the following new commands:
> > - Getting the name of the symbols of any object.
> > - Getting the number of elements of an object (if it is an array or a
> > collection)
> > - Getting the n-th element of an object.
> > - Getting the n-th key of a collection.
> >
> > ...you can do what you want?
> >
> > What would be cool is that selecting an expression displays a little
> > window with the value of the expression, and if this expression is an
> > object, an array or a collection, you can see the contents and
> > double-click on it to get the value of an element, and so on
> > recursively...
> >
> > Regards,
> >
> > Benoit
>
> yummie, yummie
>
> You noted in the hall of fame I try to VBing gambas :)
> And you would resists that fact :)
>
> This looks as just what I was still missing in gambas.
> Moving over the source during break and see the values :):)
>
>
> Greets,
> Ron

You make me see that I forgot something:

* A command to switch between stack frames, so that you can see not just the 
local variables of the current function, but the local variables of all 
functions in the stack.

Regards,

-- 
Benoit Minisini





More information about the Devel mailing list