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

前端 未结 6 555
暖寄归人
暖寄归人 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条回答
  •  情歌与酒
    2021-01-02 06:18

    if you created the lldbinit file with some editor then it might have screwed it. try openning the lldbinit file with vi and check if it just plain text

提交回复
热议问题