[Lldb-commits] [lldb] [lldb] Real-time console pane for output in lldb tui (PR #177160)

Nagesh Nazare via lldb-commits lldb-commits at lists.llvm.org
Sat Feb 14 09:21:21 PST 2026


nageshnnazare wrote:

> Didn't properly review it but tried it out locally. Is viewing/unviewing the console expected to clear it? Currently the output gets cleared

Thanks for reviewing / testing it @Michael137. 
I wanted to understand what you mean by 'viewing/unviewing' ? - I tested it on Mac, and seems to be working correctly.. On what platform are you running on? - Do you want to also check if the auto-scroll is enabled / disabled ?

Here are the controls -
enable / disable : `F5 + o`
`Tab` to switch to Console pane
while in console pane, 
`UP/ DOWN / PAGEUP/ PAGEDOWN` for scrolling,
`c` for clear output

https://github.com/llvm/llvm-project/pull/177160


More information about the lldb-commits mailing list