简体   繁体   English

是否有类似CGDB的LLDB工具?

[英]Is there a tool like CGDB for LLDB?

I'm looking for a tool like CGDB for LLDB. 我正在寻找LLDB之类的工具CGDB。

Make debugging in the terminal easier. 使在终端中的调试更加容易。

Thanks. 谢谢。

lldb has a curses based gui that you can switch to with the gui command in lldb. lldb具有基于curses的gui,您可以使用lldb中的gui命令切换到该gui It isn't complete yet, and in particular doesn't have a command-line window. 它尚未完成,特别是没有命令行窗口。 So you can step, view threads, frames, locals and source, but you have to switch out of GUI mode to type commands. 因此,您可以单步执行,查看线程,框架,局部变量和源代码,但是必须退出GUI模式才能键入命令。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM