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
Try to add to your script:
class ExecutionMonitor(eventHandler):

    def onExecutionStatusChange(self, executionStatus):
    if executionStatus == executionStatus.Go:
            breakin()

mon = ExecutionMonitor()
This code will forcibly break running of the target process

Viewing all articles
Browse latest Browse all 1625

Trending Articles



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