mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 11:43:23 +08:00
9 lines
165 B
Python
9 lines
165 B
Python
![]() |
from pykd import *
|
||
|
|
||
|
dprint ( "hello windbg!\n" )
|
||
|
dprintln ( "hello windbg!" )
|
||
|
hello = "hello windbg!"
|
||
|
dprintln( hello )
|
||
|
dprintln( hello + " from python" )
|
||
|
|