Hi!
You should use pykd.eventResult enum for returning from callback. See: https://pykd.codeplex.com/wikipage?title=PYKD%200.3.%20API%20Reference&referringTitle=Documentation#eventResult. Also, you can return False, 0 or None for continue execution.
pykd.executionStatus is returned by some routines ( getExecutionStatus, go, e.t.c ).
It is our fault. We changed breakpoint's behavior many times and there is no samples or clear documentation. I'm very sorry
You should use pykd.eventResult enum for returning from callback. See: https://pykd.codeplex.com/wikipage?title=PYKD%200.3.%20API%20Reference&referringTitle=Documentation#eventResult. Also, you can return False, 0 or None for continue execution.
pykd.executionStatus is returned by some routines ( getExecutionStatus, go, e.t.c ).
It is our fault. We changed breakpoint's behavior many times and there is no samples or clear documentation. I'm very sorry