ok, I reinstalled python2.7 x86 in win7 64, and now it works.
1.
I downloaded "pykd-0.3.0.4-x64-python-2.7-setup.exe" and installed
but I don't know why pykd 0.3 always gives me following error:
2.
how does pykd trace different process from one python program?
I want to record exceptions of 1.exe/2.exe/3.exe/...
Thanks
1.
I downloaded "pykd-0.3.0.4-x64-python-2.7-setup.exe" and installed
but I don't know why pykd 0.3 always gives me following error:
>>> import pykd
>>> print pykd
<module 'pykd' from 'C:\Program Files\Windows Kits\8.0\Debuggers\x64\winext\pykd.pyd'>
>>> pykd.startProcess("test.exe")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
__main__.DbgException: pykd is not initialized
0.2.0.29 is ok.2.
how does pykd trace different process from one python program?
I want to record exceptions of 1.exe/2.exe/3.exe/...
Thanks