Anonymous
September 28th, 2003, 01:20
Hi
Can you help me with breakpoints. I am trying to set a conditional bp. When eax is -1 i want to stop execution of program. I try to set eax<0, but program won't stop. What is wrong?
How to set a bp when FindFirstFile API function return ERROR_PATH_NOT_FOUND (or anyother error or any other API function)?
Thanks in advance
stanks
Can you help me with breakpoints. I am trying to set a conditional bp. When eax is -1 i want to stop execution of program. I try to set eax<0, but program won't stop. What is wrong?
How to set a bp when FindFirstFile API function return ERROR_PATH_NOT_FOUND (or anyother error or any other API function)?
Thanks in advance
stanks