【发布时间】:2017-01-03 20:20:30
【问题描述】:
XCode 具有设置断点的功能,然后运行 lldb 命令并“评估后自动继续”。
如何通过--source 设置相同的功能?在手册中找到--command引用,但子命令帮助中没有示例和参考
By default, the breakpoint command add command takes lldb command line commands. You can also specify this explicitly by passing the "--command" option.
Syntax: command <sub-command> [<sub-command-options>] <breakpoint-id>
【问题讨论】:
标签: lldb