Xcode lldb调试命令

http://blog.csdn.net/qq871531334/article/details/50564434 lldb调试命令 n/next:step over,等效于F6; s/step:step into,等效于(fn+)F7; finish:step out,等效于(fn+)F8; c/continue:goto next breakpoint,等效于^⌘Y; expr/express
相关文章
相关标签/搜索