To replace pykd to checked version:
- Find pykd.pyd file
(On my machine: C:\Python27.x86\Lib\site-packages\pykd\pykd.pyd ) - Make a copy of original ( to restore it after )
-
Replace pykd.pyd with file from the archive
- Start the second windbg and attach it to the first windbg
- Reproduce the bug
- On exception the second windbg should get control
- Run command: ".dump /f filename"