mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +08:00
[0.3.x] debug output
git-svn-id: https://pykd.svn.codeplex.com/svn@90903 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
215d5cc950
commit
85442381a8
@ -78,7 +78,8 @@ def getTestSuite( singleName = "" ):
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
||||||
print "\nTesting PyKd ver.", pykd.__version__, "File:", os.path.dirname(pykd.__file__)
|
print "\nTesting PyKd ver.", pykd.__version__
|
||||||
|
print "Directory:", os.path.dirname(pykd.__file__)
|
||||||
|
|
||||||
target.appPath = os.path.join( os.path.dirname(pykd.__file__), "targetapp.exe" )
|
target.appPath = os.path.join( os.path.dirname(pykd.__file__), "targetapp.exe" )
|
||||||
target.moduleName = os.path.splitext(os.path.basename(target.appPath))[0]
|
target.moduleName = os.path.splitext(os.path.basename(target.appPath))[0]
|
||||||
|
Loading…
Reference in New Issue
Block a user