原因 有可能是该文件import的时候选择了使用c实现,所以压根就没走到我们打的断点里: # If available, use C implementation try: from _heapq import * except ImportError: pass try: from _heapq import _heapreplace_max except ImportError: pass try: from