File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cross-project-tests/debuginfo-tests/dexter/dex/debugger Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -623,7 +623,7 @@ def _flush_breakpoints(self):
623623 raise DebuggerException (
624624 f"could not set function breakpoints: '{ desired_bps } '"
625625 )
626- # Is this right? Are we guarenteed the order of the outgoing/incoming lists?
626+ # We expect the breakpoint order to match in request and response.
627627 dex_bp_ids = list (self .function_bp_info .keys ())
628628 self ._update_breakpoint_ids_after_request (dex_bp_ids , result )
629629
@@ -639,7 +639,7 @@ def _flush_breakpoints(self):
639639 raise DebuggerException (
640640 f"could not set instruction breakpoints: '{ desired_bps } '"
641641 )
642- # Is this right? Are we guarenteed the order of the outgoing/incoming lists?
642+ # We expect the breakpoint order to match in request and response.
643643 dex_bp_ids = list (self .instruction_bp_info .keys ())
644644 self ._update_breakpoint_ids_after_request (dex_bp_ids , result )
645645
You can’t perform that action at this time.
0 commit comments