开发者

Xcode C++ debugging

I'm looking for a way to have the Xcode IDE pick up on the contents of my weird Boost template classes. Basically,开发者_StackOverflow中文版 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.


You can try making Custom Data Formatters for your types and the Xcode debugger will use them.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜