なんとかするから、なんとかなる

エンジニア関係のことを書きます

LLDB

iOS How to edit a View in debug mode by LLDB Console

Introduction This article shows how to edit a view in debug mode by LLDB Console. Preparation First of all, Build an app on a simulator or device and open the [Debug View Hierarchy] In this article, I'll show you how to change an informati…

iOS LLDBでViewを操作するTips

English version below https://hopita.hatenablog.com/entry/2018/08/25/203726 はじめに 今回はデバッグ中にLLDBでViewを操作するために役立つTipsを紹介します。 準備 デバッグを開始して、[Debug View Hierarchy]を開いておきます。 今回はUILabelの情報…

iOS LLDBでの基本的なデバッグの方法

はじめに LLDBを使っていますか? LLDBを使うと効率的なデバッグが簡単にできるようになります。 今まで再コンパイルで使っていた時間が嘘のように短くなります。 今回はそんなLLDBの使い方の基礎をまとめたいと思います。 基本的にはWWDC2018 Advanced Debu…