[Lldb-commits] [lldb] [lldb][lldb-dap] explicitly set the expr as an alias for expression. (PR #134562)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 16 08:02:17 PDT 2025
walter-erquinigo wrote:
@da-viper , I'm a bit surprised by this. Which mode are you using for the debug console?
I remember that in Variable mode (or whichever is the default), I was able to type `:expr <something>` and that worked.
Is your problem occurring in the Auto mode? I think that in this case, using a prefix like `:` should be enough to disambiguate. What do you think?
Adding aliases is error prone because there may be people who use `expre` instead of `expr` and then this logic breaks.
https://github.com/llvm/llvm-project/pull/134562
More information about the lldb-commits
mailing list