Installation guide:
0. choose x86 or x64 and download it1. unpack archive to any catalog
2. if you have not a VS Studio 2012 installed, you should register msdia110.dll by the command
regsvr32 msdia110
3. run windbg and load pykd:
.load pathtopykd
4. to use pykd within python program add a path to pykd to the PYTHONPATH or via registry ( \SOFTWARE\Python\PythonCore\version\PythonPath )
Where is an automatic installer?
We still have a problem with the installer (see https://pykd.codeplex.com/workitem/13172 ) and can not upload fixed version now.Installation with easy_install (New!!!)
You can install pykd as a common python package with easy_install ( there is no network version yet, host only )1. copy .egg file to dir_path
2. call command:
easy_install -f dir_path pykd
Q: Why there is no published version on the pypi.python.org?
A: We are going to publish it after testing
Bug fixed
- fixed :
issue #13287(can not create typedVar by custom-struct or union ) - fixed:
issue #13285(killProcess and deatchProcess don't hit onExecutionStatusChange)