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
It is not possible in general. Debugger does not change real thread context, only OS can change current thread.
The only way: set breakpoint on the IP of the interesting thread and wait for breakpoint hitting.
But first of all, try to use trace() function: it will work through different thread.

Viewing all articles
Browse latest Browse all 1625

Trending Articles



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