walter-erquinigo wrote: Probably the default is Auto. I guess we should add an option in the typescript code for selecting the mode.
And about `:`, I confused you because I set up my debugger to use `:` instead of a backtick. In this mode, I think it would be great to determine via a quick parsing if the input string is an actual expression or not. What would be nice would be do this: - If the input string consists of at least two words, then run some quick command parsing to see if it's valid or not. If it's valid, then execute it as a command, otherwise follow the existing code path what do you think? https://github.com/llvm/llvm-project/pull/134562 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits