Apple Debugging L5 - Memory Graph

preview_player
Показать описание
How to use the memory graph debugging tool in Xcode to catch retain cycles. For some reason Xcode 10.3 seems to yield indeterminate results if malloc stack logging is enabled. Maybe I'll redo this video when this seems reliable.

Рекомендации по теме
Комментарии
Автор

that moment with implicit self in closure is very insightful, thanks!

rios
Автор

Thank you for this and your recent videos. I appreciate the depth of material, something beyond just an introduction.

priceringo
Автор

I had no idea Xcode had a thing like this. Thanks!

drkirwin
Автор

This is incredibly useful. Thank you so much! All your lessons go into the perfect amount of depth.

prayash
Автор

This was very well explained. Thank you.

wmblemania
Автор

Nice video by the way, thank you for helping us programming on a MAC.

luizhenriqueramos
Автор

Thank you very much for this content. I am very impressed with the quality of your videos and how deep your knowledge is. May I ask how you make these videos? What is your approach to them? Do you write a script to follow or just do them from the top of your head?

Cheers, and keep it up man!

Andrei_Calazans
Автор

Omg. This might be what I looking for. I have problem with memory leak/object is wong right now and it might save my ass.

tgsoon
Автор

Could you explain me how to clear the console on Xcode C programming? I'm using system ("clear") but I get "terminals database is inaccessible"

luizhenriqueramos
Автор

can you add a video for iOS, I mean, the same close app to release memory without killing the debugger / memory graph

ideluxer
Автор

hi man nice tutorial i have some issue i have splash VC that still have ref to him from uiwindow but thr dinit function called
and i realy dont now why its happens please help

nemya
Автор

What if this is an iOS App, I can't close the App without quitting it to view memory leak

vindajojo