diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py index ae919fc2ed0c6..faa0b93b3f9a7 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py @@ -228,9 +228,9 @@ def handle_recv_packet(self, packet): # 'stopped' event. We need to remember the thread stop # reasons since the 'threads' command doesn't return # that information. - if not self.configuration_done_sent: - raise ValueError("'stopped' event received before " - "configuationDone packet was sent") + # if not self.configuration_done_sent: + # raise ValueError("'stopped' event received before " + # "configuationDone packet was sent") self._process_stopped() tid = body['threadId'] self.thread_stop_reasons[tid] = body