我有一个带有以下文本的lldb命令文件:
settings set -- auto-confirm true
breakpoint set --name main
process launch
continue
quit
我正在尝试使用以下命令来源命令文件:
lldb --source lldb_start_single_step program
但是,我得到了这个输出:
Executing commands in 'lldb_start_single_step'.
(lldb) settings set -- auto-confirm true
' failed with error: invalid boolean string value: 'true ttings set -- auto-confirm true
Current executable set to 'program' (x86_64).
我已经尝试过寻找解决方案,但我似乎找不到任何东西,因为lldb似乎还没有太多文档。
答案 0 :(得分:0)
我明白了。我正在使用vim,它被设置为给出dos行结尾,他们需要转换为unix。
任何遇到相同问题的人都可以参考http://vim.wikia.com/wiki/File_format