PDA

View Full Version : breakpoints always vanish


Anonymous
07-19-2003, 02:22 PM
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
07-19-2003, 05:50 PM
it's a feature, not a bug.

Anonymous
07-19-2003, 11:42 PM
How can i enable or disable that feature?

Anonymous
07-20-2003, 04:19 AM
options->debugging options->security

and tick the three "Ignore" boxes.

Anonymous
07-20-2003, 04:09 PM
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
07-21-2003, 10:57 PM
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
07-23-2003, 10:06 PM
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
07-24-2003, 04:03 AM
i had this problem before and i sovled it by deleting the ollydbg .ini file. after that it remembered breakpoints again.

Anonymous
07-25-2003, 04:05 PM
its the .ini file afterall. Tnx