-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
I'm doing very heavy image manipulation and being able to set a breakpoint and automatically execute quicklook on an image has sped up my debugging tremendously, thank you!
I also find it very useful in AppCode which, as far as I can tell, doesn't have any ability to display images from debugger variables like Xcode does natively.
However, in AppCode lldb, i merely get this result:
(lldb) ql markedUpImage
Data written to /tmp/projname/UIImage_4067500865.png
While I can open that path manually, image itself does not "popup" as it does in Xcode. Is this what the accessibility setting is for? To allow the debugger to launch the image? I ask because I did set up AppCode for accessibility the same as Xcode, and yet the images don't "popup".
Thanks!
Metadata
Metadata
Assignees
Labels
No labels