lldb什么时候可以自动完成表达? [英] When can lldb autocomplete expression?

查看:80
本文介绍了lldb什么时候可以自动完成表达?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

似乎lldb有时可以自动完成表达式,但有时此功能会中断.

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

推荐答案

lldb命令行对一堆命令和选项具有自动补全功能,但对于您在print中键入的表达式不具有自动补全功能(即)命令.如果您使用的是Xcode,这将建议使用其源代码分析工具自动完成.如果发现无法正常运行的实例,请使用 http://bugreporter.apple.com 提交错误,然后Xcode的人可以看看.

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.

这篇关于lldb什么时候可以自动完成表达?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆