Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Lib/bdb.py
Co-authored-by: Tomas R. <[email protected]>
  • Loading branch information
gaogaotiantian and tomasr8 authored Feb 24, 2025
commit c6947d15baac229e837bb64b1a4f8f3791cb2b45
2 changes: 1 addition & 1 deletion Lib/bdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def dispatch_opcode(self, frame, arg):
self.user_opcode(). Raise BdbQuit if self.quitting is set.
Return self.trace_dispatch to continue tracing in this scope.

Opcode event will always trigger the user calback. For now the only
Opcode event will always trigger the user callback. For now the only
opcode event is from an inline set_trace() and we want to stop there
unconditionally.
"""
Expand Down