On Mon, 23 Oct 2006 11:59:57 -0400, Sujata Doshi wrote:
I know I could manually single step via winedbg but I would like to automate this process.
WineDbg just uses the debugger APIs like any other app. So you could write your own program that uses the debugger APIs to do this.
thanks -mike