[Lldb-commits] [lldb] [lldb-dap] Refactoring DebugCommunication to improve test consistency. (PR #143818)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 16 12:41:24 PDT 2025
================
@@ -71,31 +173,27 @@ def read_packet(f, verbose=False, trace_file=None):
if line.startswith(prefix):
# Decode length of JSON bytes
if verbose:
- print('content: "%s"' % (line))
+ print(f"content: {line}")
----------------
ashgti wrote:
I dropped these, your right about this not being used anywhere.
https://github.com/llvm/llvm-project/pull/143818
More information about the lldb-commits
mailing list