================
@@ -985,7 +1013,10 @@ def request_setBreakpoints(self, file_path, line_array, 
data=None):
             "type": "request",
             "arguments": args_dict,
         }
-        return self.send_recv(command_dict)
+        response = self.send_recv(command_dict)
+        breakpoints = response["body"]["breakpoints"]
----------------
ashgti wrote:

We should check if the response is a success first, otherwise this may be a 
missing key exception.

https://github.com/llvm/llvm-project/pull/140470
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to