Log in

View Full Version : Conditional breakpoints?


Anonymous
August 12th, 2003, 18:11
Hi!

I tried to set a conditional breakpoint with condition
<pre>[ecx] == 0012ffe1</pre>
When i try to run this code the breakpoint fires even though
the value pointed to ecx is not 0x0012ffe1.. Why is that? Am I
missing something?

Thanks!

Darus
August 13th, 2003, 11:27
ecx == 0012ffe1 ?

Anonymous
August 13th, 2003, 13:21
well I don't use olly so not sure but [ecx]==0x0012ffe1 & ecx == address may work better, just a suggestion.