Xcode C++ debugging

Posted by mousebird on Stack Overflow See other posts from Stack Overflow or by mousebird
Published on 2011-01-13T00:59:22Z Indexed on 2011/01/13 3:53 UTC
Read the original article Hit count: 233

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about c++

Related posts about xcode