Dexed debugger UI now supports inspection of the variables based on mouse motion
Elronnd
elronnd at elronnd.net
Fri Feb 14 16:29:26 UTC 2020
On Thursday, 13 February 2020 at 09:06:26 UTC, Basile B. wrote:
> GDB requires explicit dereferences, that are normally automatic
> in D semantic, so big chain of identifiers wont work and
> display '???'.
>
> Example:
>
> for D : a.d.c.somevar
> GDB needs : (*a).(*d).(*c).somevar
Can you say a->d->c->somevar instead?
More information about the Digitalmars-d-debugger
mailing list