From 790fbb5e612cb606aebe22bbdff7c03ce70cd64b Mon Sep 17 00:00:00 2001 From: Dennis Hong Date: Tue, 19 Apr 2022 23:16:33 -0500 Subject: [PATCH] Change expression in debugging stage --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f1a0ae0..8472733 100644 --- a/README.md +++ b/README.md @@ -1854,11 +1854,13 @@ And then go to **RUN** and check **THREAD SANITIZER** 👈 [Debugging in Xcode 13: Tips & Tricks (2022) – iOS](https://www.youtube.com/watch?v=ZAqnJQn7xp4&list=LL&index=5&ab_channel=iOSAcademy) -1. Change expression in debugging stage +## 1. Change expression in debugging stage - + -2. Symbolic Breakpoint +Use ```expression``` at the beginning and then add whatever what you want to change into. It will change in debugging stage 👍 + +## 2. Symbolic Breakpoint If we want to know whenever hit certain function, use symbolic breakpoint