Log in

View Full Version : Conditional breakpoints on flags?


Anonymous
September 6th, 2003, 14:16
Hey!

Is it possible to make a breakpoint fire only when a flag is set to 1?
For example I want to break on a JZ when the zero flag is 1...

Anonymous
September 6th, 2003, 15:34
of course

Anonymous
September 7th, 2003, 02:09
How then? I looked in the help file but there were no examples of that there...

Teerayoot
September 8th, 2003, 01:57
the flag is set after the result of register ,so that use set conditon bp on register intead .

such as al==0 break it like z flag is set .