Xcode C++ debugging
- by mousebird
I'm looking for a way to have the Xcode IDE pick up on the contents of my weird Boost template classes. Basically, classes complex enough that Xcode can't display their contents correctly.
Is there something like the Objective C -description method or toString() in Java that Xcode will look for?
At the moment I'm just implementing print() methods and invoking them in gdb, but that's likely to confuse other developers.