Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode>Instruments>Leaks - Where is "gather leaked memory contents" data?

When you check gather leaked memory contents in the Leaks instrument what does this do? I have a troublesome leak and thought maybe this "memory content" might be useful in tracking it down...but I can't find it!?!

like image 952
Meltemi Avatar asked Oct 29 '09 18:10

Meltemi


1 Answers

The data ends up at the bottom of the stack trace in the "Extended Detail" sidebar. Un-disclose the triangle in the stack header to make it more obvious, like in the screenshot below.

Instruments screen shot

like image 94
mbauman Avatar answered Sep 20 '22 03:09

mbauman