Hello, is it possible to set up a conditional breakpoint which would be valid only in the certain process?
Thanks, Petr
On 11/8/06, Petr Kurtin wrote:
>
> Hello, is it possible to set up a conditional breakpoint which would be
> valid only in the certain process?
> Thanks, Petr
>
!process 0 0
find the EPROCESS of the process you are interested in
do bp /p EPROCESS address “YOUR CONDITIONS HERE”