In lldb "gui" mode, View -> Backtrace does not open a Backtrace pane
Open
lldb
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
* Break at some point in a debugee.
* Open the text UI with the `gui` command.
* F5 to open "View" menu.
* Select "Backtrace" and press enter.
* No new panes are added, and focus is sent to the Sources pane.
Seems like the real "Backtrace" is the "Threads" pane, which does show the backtrace for each thread.
Contributor guide
Research direction
Reproduce the issue by breaking in a debugee, running the `gui` command, and selecting View -> Backtrace. Inspect how the View menu maps Backtrace and Threads to panes; done when selecting Backtrace opens the expected Backtrace pane rather than focusing Sources.
Written by the indexing model from the issue text.
Assessment
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100