The STL data diaplay has improved in the VS2005.

Conisder the simple c++ code:

 

What's new in VS2005 debugger -- STL data display#include "stdafx.h"
What's new in VS2005 debugger -- STL data display#include 
<vector>
What's new in VS2005 debugger -- STL data display
What's new in VS2005 debugger -- STL data display
int _tmain(int argc, _TCHAR* argv[])


set breakpoint at 'return 0'.

In VS2003, the V is shown as:

What's new in VS2005 debugger -- STL data display

In VS2005, the V is shown as:

What's new in VS2005 debugger -- STL data display

 

 

相关文章: