================
@@ -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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to