Skip to content

Commit 774e23f

Browse files
committed
[lldb-dap] Fix: only show return values in the local scope.
1 parent c5dda32 commit 774e23f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/tools/lldb-dap/variables/TestDAP_variables.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,6 @@ def test_return_variables(self):
688688
threads = self.dap_server.get_threads()
689689
for thread in threads:
690690
if thread.get("reason") == "breakpoint":
691-
# We have a thread that
692691
thread_id = thread["id"]
693692

694693
self.stepOut(threadId=thread_id)

0 commit comments

Comments
 (0)