简体   繁体   中英

Useful Xcode DEBUG commands to use in console

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM