[Lldb-commits] [lldb] [lldb-dap] Add feature to remember last non-empty expression. (PR #107485)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 13 04:46:00 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") {
----------------
walter-erquinigo wrote:
yeah, this feature should be limited to the repl Debug Console
https://github.com/llvm/llvm-project/pull/107485
More information about the lldb-commits
mailing list