LLDB does not appear to be reading my .lldbinit file on startup

前端 未结 6 546
暖寄归人
暖寄归人 2021-01-02 05:34

I have a file ~/.lldbinit with a single alias:

command alias pi print (int)

But when I run my app from Xcode, the alias does not work. How

6条回答
提交回复
热议问题