Feeds:
Posts
Comments

Archive for the ‘Debugging’ Category

Recently, I had to use STL Port for a particular project. While debugging, I was hampered by the fact that my data structures were not providing as much information in the watch window as I would have hoped. Using std::vector as an example, here’s a screen shot that highlights the problem.
After a bit of investigation [...]

Read Full Post »