NoMoreTears
July 7th, 2006, 15:19
Hi,
Could you suggest a way to set a breakpoint that would be triggered only when the marked instruction (or byte) is called or jumped to? In other words, it shouldn't trigger when it's executed normally after its predecessor.
I'd like to monitor jumps for specific blocks of code, because any jump inside them means an error in my case. A way to log such occurences would also do.
thanks
Could you suggest a way to set a breakpoint that would be triggered only when the marked instruction (or byte) is called or jumped to? In other words, it shouldn't trigger when it's executed normally after its predecessor.
I'd like to monitor jumps for specific blocks of code, because any jump inside them means an error in my case. A way to log such occurences would also do.
thanks