View previous topic :: View next topic |
Author |
Message |
torhu
Joined: 30 Mar 2006 Posts: 56
|
Posted: Sun Jun 07, 2009 2:45 pm Post subject: Private class members missing |
|
|
It seems that most private class fields are not displayed when expanding the 'this' line in autos or locals. Is that a bug, or am I missing something? |
|
Back to top |
|
|
sagitario
Joined: 03 Mar 2007 Posts: 292
|
Posted: Mon Jun 08, 2009 4:00 pm Post subject: |
|
|
It seems, the DMD class descriptor contains the private members, but doesn't count them correctly when specifying the number of fields. I guess I'll have to correct this in the info passed to the pdb server.
It won't be a difficult fix, so stay tuned... |
|
Back to top |
|
|
sagitario
Joined: 03 Mar 2007 Posts: 292
|
Posted: Mon Jun 08, 2009 4:41 pm Post subject: |
|
|
I've uploaded a new version 0.7 into the download folder. It fixes the field count for classes and structs, so the private members should all be shown. |
|
Back to top |
|
|
torhu
Joined: 30 Mar 2006 Posts: 56
|
Posted: Mon Jun 08, 2009 4:52 pm Post subject: |
|
|
Thanks, seems to work fine now. |
|
Back to top |
|
|
|