Debugging iOS app - Debug Area and LLDB Commands.

preview_player
Показать описание
In this video you will learn 2 LLDB commands - po (print object) and expr (expression). Also basic steps to debug the Xcode iOS app via Step over, Step into, Step out.

po - Through print you can print the info of object.
expr - Through expr you can modify the object at run time.
Рекомендации по теме
visit shbcf.ru