WinDbg: How to get WinDbg Locals / Watch to support complex VB6 types (collection, custom classes)?

First, is this possible? And if so, how do I do this? I'm particularly interested in the Collection class and custom VB classes.

A book / link on this topic is especially welcome: I have "Advanced Windows Debugging", but I need additional help when analyzing the dump file involving the VB6 component.

As soon as I have to start checking the state of VB objects, I am above my head!

Thank.

+3
source share
1 answer

As far as I know, there is nothing special about debugging and visualizing VB6 objects from WinDBG.

Matthew Curland Book "Advanced VB Power Techniques for Everyday Programmers"

 http://www.powervb.com/

, , .

VB6 , ( TON, ).

, , Collection, , . " " WinDBG.

+2

All Articles