I keep coming across this error every now and then. not always but sometime my scripts breaks with this error. It's because of single step event. Any ideas on how to get rid of this?
Traceback (most recent call last):
File "C:\RE\PaiMei-1.0-REV88\test3.py", line 28, in ?
dbg.run()
File "C:\RE\PaiMei-1.0-REV88\pydbg\pydbg_core.py", line 1047, in run
self.debug_event_loop()
File "C:\RE\PaiMei-1.0-REV88\pydbg\pydbg_core.py", line 306, in debug_event_lo
op
continue_status = self.exception_handler_single_step()
File "C:\RE\PaiMei-1.0-REV88\pydbg\pydbg.py", line 1138, in exception_handler_
single_step
if self.context.Dr6 & 0x1: self.hardware_breakpoint_hit = self.hardware_br
eakpoints[0]
KeyError: 2






