Thread overview
Debugging D
Feb 21, 2004
Kris
Feb 22, 2004
Kris
Feb 22, 2004
Walter
Feb 22, 2004
Kris
February 21, 2004
I persuaded MSVC (v6) to manage & build projects containing D files, but no
variables show up when debugging.  I saw an earlier (unresolved) post
indicating something similar, so wanted to ask this:

How does one get D variables and/or classes to show up in one's debugger?

Cheers;


February 22, 2004
Whoops; let me clarify that. I can view native-types (int, char, etc), but
not compound types (class, struct, array).

Any ideas?


"Kris" <someidiot@earthlink.net> wrote in message news:c18qd7$va$1@digitaldaemon.com...
> I persuaded MSVC (v6) to manage & build projects containing D files, but
no
> variables show up when debugging.  I saw an earlier (unresolved) post indicating something similar, so wanted to ask this:
>
> How does one get D variables and/or classes to show up in one's debugger?
>
> Cheers;
>
>


February 22, 2004
That's because I need to write the code to put out the debug info for compound types...


"Kris" <someidiot@earthlink.net> wrote in message news:c18u8p$7t3$1@digitaldaemon.com...
> Whoops; let me clarify that. I can view native-types (int, char, etc), but
> not compound types (class, struct, array).
>
> Any ideas?
>
>
> "Kris" <someidiot@earthlink.net> wrote in message news:c18qd7$va$1@digitaldaemon.com...
> > I persuaded MSVC (v6) to manage & build projects containing D files, but
> no
> > variables show up when debugging.  I saw an earlier (unresolved) post indicating something similar, so wanted to ask this:
> >
> > How does one get D variables and/or classes to show up in one's
debugger?
> >
> > Cheers;
> >
> >
>
>


February 22, 2004
Ah ... well that would explain it :-)

Any ideas on a time-frame Walter?


"Walter" <walter@digitalmars.com> wrote in message news:c1ans8$lfh$1@digitaldaemon.com...
> That's because I need to write the code to put out the debug info for compound types...
>
>
> "Kris" <someidiot@earthlink.net> wrote in message news:c18u8p$7t3$1@digitaldaemon.com...
> > Whoops; let me clarify that. I can view native-types (int, char, etc),
but
> > not compound types (class, struct, array).
> >
> > Any ideas?
> >
> >
> > "Kris" <someidiot@earthlink.net> wrote in message news:c18qd7$va$1@digitaldaemon.com...
> > > I persuaded MSVC (v6) to manage & build projects containing D files,
but
> > no
> > > variables show up when debugging.  I saw an earlier (unresolved) post indicating something similar, so wanted to ask this:
> > >
> > > How does one get D variables and/or classes to show up in one's
> debugger?
> > >
> > > Cheers;
> > >
> > >
> >
> >
>
>