开发者

Xcode CustomDataViews : a debug info formatter for std::set?

开发者 https://www.devze.com 2023-02-21 18:21 出处:网络
Xcode allows custom types debugging pretty-printing plug-ins to be fed into /Developer/Library/Xcode/CustomDataViews.

Xcode allows custom types debugging pretty-printing plug-ins to be fed into /Developer/Library/Xcode/CustomDataViews.

Apparent开发者_运维问答ly Xcode does not natively see what's inside a std::set when debugging.

What would be the formatter for std::set? A simple .plist file with one entry appears to be sufficient for relatively simple types... what would it look like if it was sufficient?

0

精彩评论

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