Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XCode 4 Running the Leaks Instrument

Tags:

This might be a silly question.

How do I run an application with an Instrument in XCode 4 such as Leaks?

I do not see the option like I have in the past, and I have looked around, and either I missed it somewhere, or it is right in front of my face.

Thanks

like image 414
jabroni Avatar asked Mar 14 '11 23:03

jabroni


2 Answers

Click and hold on the run button, and choose the profile option.

Profile

You can also edit the profile scheme to make it use debug builds when profiling. To do this, go to edit scheme by click on the dropdown next to the stop button:

edit scheme location

Then select profile item on the sidebar, then make sure 'Build configuration' is set to debug.

like image 85
Jeff Avatar answered Sep 20 '22 17:09

Jeff


as jeff said, that is 1 way you could do it.. other way with keyboard shortcuts is press cmd + I and this runs the profiler and after that you can choose leaks...

like image 44
learner2010 Avatar answered Sep 22 '22 17:09

learner2010