Xcode lldb

来源:互联网 发布:ubuntu 软件安装 编辑:程序博客网 时间:2024/05/28 05:16

lldb is the debugger. It's a console prompt; it's waiting for you to input a debugger command.

There nothing in the given code that would crash, which is one way to end up in the debugger. Another way is if you accidentally set a breakpoint. In Xcode you do this by clicking on the left hand margin of the code editor (something easy to do on mistake, I've done it before). If so you'd see a blue, right pointing arrow.

0 0
原创粉丝点击