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 change 'step()' to 'trace()'. This routine looks similar, but they has quite different implementation on the CPU level. 'trace()' uses capability of CPU which generate exception ( trace ) after every instruction. 'step()' use software breakpoints and for some situation ( as a thread stopping ) can 'lose' execution flow.

Viewing all articles
Browse latest Browse all 1625

Trending Articles



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