News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Can not remove the breakpoint mark in the editor

Started by ollydbg, June 24, 2014, 04:25:55 AM

Previous topic - Next topic

ollydbg

Not sure what happened, but look at the screen shot below(nothing has shown in the breakpoints list):
Close and reopen the editor, the red circle mark is still there.
Right click on the mark, and select delete breakpoint, the red circle mark is still there.

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

oBFusCATed

If you don't have the exact steps to reproduce this I cannot do anything...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

ollydbg

Quote from: oBFusCATed on June 24, 2014, 09:40:33 AM
If you don't have the exact steps to reproduce this I cannot do anything...
Sorry, I tried many times, but I can't reproduce it again.  :(
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.