Topic created on: February 23, 2007 23:30 CST by botten.
Hi, Im happy to introduce PyDbgEng - The Python wrapper for windows debugging engine.
Please visit: http://pydbgeng.sourceforge.net/ for more information.
Cheers
I've been trying to run PyDbgEng, but it fails for some strange reasons. I've installed all of the requirements, newest version of Debugging Tools, ran install.bat, rebuilt DbgEventProxy, DbgEngTlb, but when I try to run any of the sample scripts, for example CreateThreadCallStack.py, I get this (I've enabled debug log in PyDbgEng.py) :
C:\Soft\PyDbgEng\Examples>CreateThreadCallStack.py -l notepad.exe
DBGENG_LOG> PyDbgEng.__init__: got dbg_eng_dll_path C:\Program Files\Debugging Tools for Windows\
DBGENG_LOG> PyDbgEng.__init__: loading dbgeng dlls
DBGENG_LOG> PyDbgEng.__init__: creating interfaces
DBGENG_LOG> PyDbgEng.__init__: registering event callbacks proxy
DBGENG_LOG> PyDbgEng.__init__: got event_interest_mask 41
DBGENG_LOG> PyDbgEng.__init__: registering output callbacks proxy
DBGENG_LOG> ProcessCreator.__init__: about to create process with command line 'notepad.exe'
C:\Soft\PyDbgEng\Examples>
Oh, and I'm using Python 2.4, Debugging Tools 6.6.7.5 on XP SP2.
If someone has any ideas about what I am doing wrong, I'll be very glad to hear them. Thanks in advance!
I cannot get it work on my vista x64:(
maybe some short tutorial on how to install it, get started
please? not everyone is a "build" guy:( thanks in advance
Note: Registration is required to post to the forums.