When can lldb autocomplete expression?

吃可爱长大的小学妹 提交于 2019-12-11 06:08:35

问题


Seems sometimes lldb can autocomplete a expression but sometimes this feature break.


回答1:


The lldb command line has auto-completion for a bunch of commands and options, but not for the expressions you are typing in the print (i.e. expr) command. If you are using Xcode, that will suggest auto-completions using its source analysis tools. If you find instances where that isn't working, file a bug with http://bugreporter.apple.com and the Xcode folks can take a look.



来源:https://stackoverflow.com/questions/37612340/when-can-lldb-autocomplete-expression

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!