Log in

View Full Version : New UDD file every time???


psyCK0
February 14th, 2003, 03:48
Hi all!

I just noticed that every time i restart the debugged app i get a new UDD file!
They are named test.udd test_1.udd etc... So my breakpoints etc are never loaded! Why????

TBD
February 14th, 2003, 03:51
psyCK0: according to 1.09 help
"To avoid mixing of .udd files in cases when main file and DLL have same name, or if program uses DLLs with same name that reside in different directories, OllyDbg adds _1, _2 etc. to names of .udd files. This feature is active if option "Security|Ignore path and extention" is unchecked;"

hope it helps.

psyCK0
February 14th, 2003, 07:38
Allright, I just unchecked the "Keep analysis between sessions" and checked it again and it works now. Seem to be some settings problem? =)