Tagged Questions
1
vote
3answers
442 views
How can I inspect an STL list in the CodeWarrior debugger?
Is there any easy way to view the data in an STL std::list<T> in the Metrowerks CodeWarrior debugger? I can view data near the beginning or end of the list by looking at expressions such as
...