Author Topic: Can not remove the breakpoint mark in the editor  (Read 4768 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6079
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Can not remove the breakpoint mark in the editor
« on: June 24, 2014, 04:25:55 am »
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.

« Last Edit: June 24, 2014, 04:48:00 am by ollydbg »
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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Can not remove the breakpoint mark in the editor
« Reply #1 on: June 24, 2014, 09:40:33 am »
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!]

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6079
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Can not remove the breakpoint mark in the editor
« Reply #2 on: June 24, 2014, 04:36:00 pm »
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.