vc6.0下调试时,如果检测到内存泄露,只显示了内存泄露处的16个字节的内容,比如:
Detected memory leaks!
Dumping objects ->
strcore.cpp(118) : {180} normal block at 0x0132C348, 77 bytes long.
 Data: <    @   @   Unlo> 01 00 00 00 40 00 00 00 40 00 00 00 55 6E 6C 6F 
strcore.cpp(118) : {174} normal block at 0x0132ACB0, 55 bytes long.
 Data: <    *   *   E:\1> 01 00 00 00 2A 00 00 00 2A 00 00 00 45 3A 5C 31 
strcore.cpp(118) : {171} normal block at 0x01328B68, 41 bytes long.
 Data: <            E:\1> 01 00 00 00 1C 00 00 00 1C 00 00 00 45 3A 5C 31 
strcore.cpp(118) : {165} normal block at 0x01328158, 23 bytes long.
 Data: <            Thre> 01 00 00 00 0A 00 00 00 0A 00 00 00 54 68 72 65 
Object dump complete.有没有办法显示更多的字节呢?