PDA

View Full Version : Conditional breakpoints?


Anonymous
08-12-2003, 07:11 PM
Hi!

I tried to set a conditional breakpoint with condition
[ecx] == 0012ffe1

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
08-13-2003, 12:27 PM
ecx == 0012ffe1 ?

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