Skip to content

Commit 0a2cd3b

Browse files
committed
Wrong target for Continue
1 parent fac05cf commit 0a2cd3b

File tree

1 file changed

+1
-1
lines changed
  • cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb

1 file changed

+1
-1
lines changed

cross-project-tests/debuginfo-tests/dexter/dex/debugger/lldb/LLDB.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def step_in(self):
232232
):
233233
stepped_to_breakpoint = True
234234
if stepped_to_breakpoint:
235-
self._thread.Continue()
235+
self._process.Continue()
236236

237237
def go(self) -> ReturnCode:
238238
self._process.Continue()

0 commit comments

Comments
 (0)