Log in

View Full Version : Damn I really need Going back???


Xtra
May 2nd, 2005, 09:32
Hi,
I'd like to know if it is possible to go back with olly, (kinda "step backward", until some level of course...) to find the exact source of error

Here's the exact problem:
I'm making a quite complex app, based on heavy random factors and with lot of interractions between them, etc
Not surprisingly there's some rare bug that occurs in a mysterious condition.
So I'd really like to go back to dat bug.
Hope I went clear...

Regards,
Xtra

Ricardo Narvaja
May 2nd, 2005, 09:41
make a TRACE INTO this point and store in a txt file the result, and if you trace and stop in a point you can step backwards for all lines executed by pressing the key minus (-)

Ricardo Narvaja

Grumper
May 2nd, 2005, 17:14
what about the stack window.

Isnīt the source/adresse of the error excactly shown there?
( Perhaps you have to look backward)

Xtra
May 3rd, 2005, 04:50
Hi Ricardo Narvaja,

It should work that way, though it's pretty slow

Thanks for helping me.

Ricardo Narvaja
May 3rd, 2005, 06:16
well you need reach the more close point to the bug and trace from this adress not from the start of the program.

Ricardo