[Lldb-commits] [lldb] [lldb-dap] Add feature to remember last non-empty expression. (PR #107485)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 13 09:22:18 PDT 2024
================
@@ -1376,6 +1382,16 @@ void request_evaluate(const llvm::json::Object &request) {
EmplaceSafeString(body, "result", result);
body.try_emplace("variablesReference", (int64_t)0);
} else {
+ if (context != "hover") {
----------------
cmtice wrote:
Done.
https://github.com/llvm/llvm-project/pull/107485
More information about the lldb-commits
mailing list