kittmaster
April 6th, 2005, 08:48
I'm debugging a program that if any of the typical breakpoints are set the program breaks normally and if the run command (F9) is issued will go all the way to termination as it should. Without changing a thing, I then take the same breakpoints and target and automate stepping for some 50000 line code passing and about 2/3 of the way, some type of exception gets raised and it chokes olly.
Why would a full run not cause the expection and an automated step raise it? The only protection involved is crypto which is SHA1 and TEAN32.
I have the DECODE SSE REGISTERS disabled but all the rest in tact.
Any ideas why this error would happen?
thanks
Chris
Why would a full run not cause the expection and an automated step raise it? The only protection involved is crypto which is SHA1 and TEAN32.
I have the DECODE SSE REGISTERS disabled but all the rest in tact.
Any ideas why this error would happen?
thanks
Chris