Modify a value during iOS debugging in Xcode
Xcode is using the open-source LLDB debugger and with the expression command you are able to modify a value in a running program.
You can verify that the value has changed with the print command from LLDB.
Once you resume the program you will see t...
blog.eidinger.info1 min read