A) c++ memory/heap corrupt debug 技巧 1. catch first exception2. data breakpointVC tell us some address is corrupt when free some pointerCheck which pointer it isSet break point when malloc the pointerSet data breakpoint at the corrupt address after th