Useful Xcode DEBUG commands to use in console

Ivan Cantarino picture Ivan Cantarino · Jul 19, 2017 · Viewed 11.6k times · Source

I've been wondering but haven't found anywhere an useful list of commands that are useful in Xcode.

One I know, and I use a lot is Backtrace which the input command is bt , after you encounter an app crash after uncaught exceptions it sometimes gives an int where the problem could be.

Can you share more useful commands that become handy and could let us interact with the debugger and the app itself?

Thank you