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

New Post: How to do continuous Step Debugging[Step Over/Into] using PyKd

$
0
0
Hi,

I'm trying to continuous step debugging using pykd using infinite while loop and in each step when the debugger breaks, do some operation.

1-> Do some operation (mainly collect info)
2-> Go one step/instruction forward (Actually Step Over [F10])
3-> Repeat same operation done in step 1 (collect info)

and so on
from pykd import *
while 1:
       #Do stuff
       #Do Stuff
       step()
But always my debugger is getting hanged and sometimes its crashing, Is there any other way to do this ??

Thanks,

Viewing all articles
Browse latest Browse all 1625

Trending Articles



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