Quantcast
Channel: Python extension for WinDbg
Viewing all articles
Browse latest Browse all 1625

Created Unassigned: dbgCommand stepping error [13701]

$
0
0
```
from pykd import *
print dbgCommand("t")
print dbgCommand("t")
```
in my think above code doesn't have any problem.
but i got this error message.
```
!py C:\Users\wa\Desktop\b.py
Traceback (most recent call last):
File "C:\Users\wa\Desktop\b.py", line 16, in <module>
main()
File "C:\Users\wa\Desktop\b.py", line 13, in main
stepi()
File "C:\Users\wa\Desktop\b.py", line 5, in stepi
print dbgCommand("t")
BaseException: IDebugControl::ExecuteWide failed
```
what's the matter??

Viewing all articles
Browse latest Browse all 1625

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>