Is there any way to parse the output of WinDbg
and set a "trigger" on a specific line of output? I mean - executing a line of WinDbg
script / pykd
script when a specific line of output appears.
I've tried performing this using WinDbg
scripting, but I was unsuccessful.