[Lldb-commits] [PATCH] D77347: Have lldb-vscode update the currently selecte thread and frame when it receives a "scopes" request.

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 3 01:02:29 PDT 2020


labath added a comment.

looks good



================
Comment at: lldb/test/API/tools/lldb-vscode/console/TestVSCode_console.py:22
+        output = response['body']['result']
+        self.assertTrue(contains_string in output,
+                        ("""Verify %s by checking the command output:\n"""
----------------
if you used `self.assertIn(contains_string, output, assertmsg)`, then you wouldn't need to repeat the arguments in the assert message.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77347/new/

https://reviews.llvm.org/D77347





More information about the lldb-commits mailing list