PDA

View Full Version : Restoring breakpoints


banjo
March 22nd, 2008, 17:14
Hi,
i have a very simple problem concerning OllyDbg:
When I set breakpoints while debugging a program, they all vanish when I restart the debugee(CTRL-F2) and never reappear. Is that normal? And yes, how can I let breakpoints be saved?
cheers

RCER
March 22nd, 2008, 23:43
Hi Banjo,

One workaround is to install the breakpoint manager-plugin for Olly, which allows you to export and save the breakpoints you have previously set.

Do a google search and you will find the plugin

Regards

RCER

SunBeam
April 7th, 2008, 21:47
Do you by any chance use OllyAdvanced plugin? Cuz if you do, you might wanna disable 2-3 options that cause this. I noticed it a while ago, and from depicting each and every plugin that would cause the issue, OllyAdvanced came first. Disable "Handle Base of Code, .." from 'Bugfixes' and "Flexible breakpoints" from 'Additional Options 2'. Let me know how it worked out..