typo in breakpoint.py
dkw72n opened this issue · 1 comments
dkw72n commented
Line 2595
if key not in self.__pageBP:
msg = "No breakpoint at process %d, address %s"
address = HexDump.addresS(address) # supposed to be `HexDump.address`
raise KeyError(msg % (dwProcessId, address))
return self.__pageBP[key]
MarioVilas commented
Thanks!