Created Unassigned: LoadExt should throw exception when file not found [12654]
I made a mistake when specifying an extension to be loaded, because I didn't escape the backslashes nor used r"...".>>>...
View ArticleCreated Unassigned: Installer: why only accept WinDbg winext path? [12656]
I tried to install PyKd. During installation it asks for WinDbg's winext folder.How does the installer know whether or not a folder is WinDbg's winext folder?Using the .extpath command, I can set any...
View ArticleCreated Unassigned: Extension named pykd.pyd [12657]
I know that PYD files are Python DLLs. In WinDbg I have to use `.load pykd.pyd` to load the extension. I would appreciate if the extension would be renamed to DLL so that I can load it like every other...
View ArticleCommented Unassigned: LoadExt should throw exception when file not found [12654]
I made a mistake when specifying an extension to be loaded, because I didn't escape the backslashes nor used r"...".>>>...
View ArticleCommented Unassigned: Installer: why only accept WinDbg winext path? [12656]
I tried to install PyKd. During installation it asks for WinDbg's winext folder.How does the installer know whether or not a folder is WinDbg's winext folder?Using the .extpath command, I can set any...
View ArticleCommented Unassigned: Extension named pykd.pyd [12657]
I know that PYD files are Python DLLs. In WinDbg I have to use `.load pykd.pyd` to load the extension. I would appreciate if the extension would be renamed to DLL so that I can load it like every other...
View ArticleEdited Issue: LoadExt should throw exception when file not found [12654]
I made a mistake when specifying an extension to be loaded, because I didn't escape the backslashes nor used r"...".>>>...
View ArticleCommented Unassigned: Extension named pykd.pyd [12657]
I know that PYD files are Python DLLs. In WinDbg I have to use `.load pykd.pyd` to load the extension. I would appreciate if the extension would be renamed to DLL so that I can load it like every other...
View ArticleCommented Issue: LoadExt should throw exception when file not found [12654]
I made a mistake when specifying an extension to be loaded, because I didn't escape the backslashes nor used r"...".>>>...
View ArticleSource code checked in, #87123
[0.3.x] add getExtensionSearchPath [0.3.x] workitem/12654 fixed
View ArticleEdited Issue: LoadExt should throw exception when file not found [12654]
I made a mistake when specifying an extension to be loaded, because I didn't escape the backslashes nor used r"...".>>>...
View ArticleSource code checked in, #87131
[0.2.x] add getExtensionSearchPath [0.2.x] workitem/12654 fixed
View ArticleNew Post: Как расставить бряки в дочерних процессах?
Добрый день, столкнулся с такой проблемой: для отладки офисных программ передавал в startProcess путь к exe-файлу и путь к офисному файлу, потом переопределял onModuleLoad в своем классе,...
View Article