[Lldb-commits] [lldb] Support single stopped event in lldb-dap (PR #98568)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 12 10:15:06 PDT 2024
jimingham wrote:
If I have a program with lots of threads - particularly if they are running in a small set of work functions - it's very common to have multiple breakpoint hits at the same time. And if there are lots of threads, then in this mode I'm going to end up having to scroll down the list every time you stop to make sure I'm not missing any breakpoint hits on this stop.
I don't think this is a great solution to the UI problem, but since it's a mode you can turn on and off it falls in the you do you category.
https://github.com/llvm/llvm-project/pull/98568
More information about the lldb-commits
mailing list