如何让LLDB输出图像?

时间:2016-08-10 21:37:22

标签: c++ xcode image debugging lldb

我有一个8位通道缓冲区,其内容我希望在调试会话中看到。使用Xcode / LLDB下可用的任何东西,可以这样做吗?使用单独窗口(甚至转储到外部文件)的解决方案很好。

如果图像是8位平面RGBA,答案会有什么变化?

1 个答案:

答案 0 :(得分:1)

我想你在问:

https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/CustomClassDisplay_in_QuickLook/Introduction/Introduction.html

这在这里得到了回答:

How can I Quick Look custom objects with Xcode 5 visual debugger?

您必须能够将图像转换为UIImage或QuickLook系统本身可以理解的其他类型。