Log in

View Full Version : breakpoints always vanish


Anonymous
July 19th, 2003, 13:22
Is it a bug, an option, or disability of ollydbg to lose the breakpoints you set after forcing an exit or restart. the big problem is whenever i forced a restart, breakpoints are no longer saved even when you do the restart the right way.

Anonymous
July 19th, 2003, 16:50
it's a feature, not a bug.

Anonymous
July 19th, 2003, 22:42
How can i enable or disable that feature?

Anonymous
July 20th, 2003, 03:19
options->debugging options->security

and tick the three "Ignore" boxes.

Anonymous
July 20th, 2003, 15:09
that doesnt seem to work. Just in case, my problem is that i want ollydbg to save the breakpoints and comments i made after a session. im not sure if the reason im losing them is the warning olly gives every yime you restart/close an active process. But i remember well back in ollydbg 1.09b, olly saves breakpoints no matter what.

Teerayoot
July 21st, 2003, 21:57
he he,i think you set udd directory miss location ,or else that prog is packed or crypted (try hw bp),that he or she remove bp everytime when it loaded.
But! it 's not a bug ,SURE!

Anonymous
July 23rd, 2003, 21:06
i have a dual boot system. 98 (hidden) and xp. i put ollydbg directory in mydocuments of 98. im always in xp so i just have a shortcut to olly. Was that the reason?
whats udd anyway?

Anonymous
July 24th, 2003, 03:03
i had this problem before and i sovled it by deleting the ollydbg .ini file. after that it remembered breakpoints again.

Anonymous
July 25th, 2003, 15:05
its the .ini file afterall. Tnx