Start targetapp.exe for debugging
!pycmd
>>> print typedVar( "g_classChild" )
struct/class: classChild at 0x13f6707c8
+0008 m_baseField : Int4B 0xffffff9c (-100)
=13f670798 m_stdstr : std::basic_string<char,std::char_traits<char>,std::allocator<char> >
+000c m_count : ULong 0x4d2 (1234)
+0008 m_baseField : Int4B 0xffffff9c (-100)
=0000 m_staticConst : Int4B failed to get value
=13f6700e4 m_staticField : Int4B 0xc8 (200)
+0014 m_childField : Int4B 0x0 (0)
+0018 m_childField2 : Int4B 0x0 (0)
+001c m_childField3 : structTest
+0034 m_enumField : enumType THREE(0x3)
The second member m_baseField has wrong offset and value
Comments: close all old bugs
!pycmd
>>> print typedVar( "g_classChild" )
struct/class: classChild at 0x13f6707c8
+0008 m_baseField : Int4B 0xffffff9c (-100)
=13f670798 m_stdstr : std::basic_string<char,std::char_traits<char>,std::allocator<char> >
+000c m_count : ULong 0x4d2 (1234)
+0008 m_baseField : Int4B 0xffffff9c (-100)
=0000 m_staticConst : Int4B failed to get value
=13f6700e4 m_staticField : Int4B 0xc8 (200)
+0014 m_childField : Int4B 0x0 (0)
+0018 m_childField2 : Int4B 0x0 (0)
+001c m_childField3 : structTest
+0034 m_enumField : enumType THREE(0x3)
The second member m_baseField has wrong offset and value
Comments: close all old bugs