LLDB
[LLDB/Xcode] Manipulating the currently executing line
Have you ever wanted to quickly see the result of a particular code path, but realized you had to stop the app, comment out or modify some code, and run the app again so that the new code follows a different path? There may be a quicker way to achieve Read more…