Thread overview |
---|
February 21, 2004 Debugging D | ||||
---|---|---|---|---|
| ||||
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 Re: Debugging D | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kris | 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 Re: Debugging D | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kris | 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 Re: Debugging D | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | 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; > > > > > > > > > > > > |
Copyright © 1999-2021 by the D Language Foundation