Thursday, February 09, 2006

Std debugging in VS2005

The nice thing about std debugging in vs2005. In previous version of vs2003, the std debugging is not very pleasant, when you define a map object, it’s not very easier to see what it contains in the debugger. Sometimes, I have to write some custom code to loop through the contents to check what it contains. With this new feature in vs 2005, I can see all the contents by just mouse over it. It was so cool….

No comments: