2

I have just found that lldb has a gui command that brings up a nice UI for command line debugging. However, I have no idea how to use it and could not find any reasonable documentation.

(llvm) gui

Brings up this kind of interface: lldb interface

However, I cannot figure out how to interact with it, eg. send a command to step to the next line. Any idea? I am using Mac OSX Catalina, iterm2 and tmux.

ynn
  • 3,386
  • 2
  • 19
  • 42
Adam Hunyadi
  • 1,890
  • 16
  • 32
  • Does this answer your question? [Is there a "TUI" mode for standalone lldb?](https://stackoverflow.com/questions/19820247/is-there-a-tui-mode-for-standalone-lldb) – Thomas Sablik May 08 '20 at 10:30
  • @ThomasSablik My question is about how to interact with the gui, not how to open it. As you can confirm from the attached image, I have the TUI feature in my lldb but I am not sure if I need to setup something in order to tell it for example to "step". – Adam Hunyadi May 08 '20 at 13:18
  • @AdamHunyadi Have you found any solution? I have the same question. – ynn Aug 18 '22 at 12:16
  • @ynn Sorry, I found no solution either, had to use some remote debugging tools. – Adam Hunyadi Aug 18 '22 at 16:23
  • @AdamHunyadi Thanks. I finally found [a solution](https://stackoverflow.com/a/73405776/8776746). – ynn Aug 19 '22 at 07:33

0 Answers0