Search code examples
delphidelphi-2009breakpoints

Constant breakpoints? How to remove them?


I downloaded a project made with Delphi 2009,which is also what I use,however there is one breakpoint that I just can't remove.If I try to remove it,its being executed again after the program is executed.

I met such things in other debuggers known as Hardware breakpoints,but this is not important.How do I remove the breakpoint?

EDIT: Article about those breakpoints,but It doesn't explain how to remove them.


Solution

  • If, for whatever reason, you can't turn these off in the IDE, as Rob says, this is persisted in the .dsk file.

    You don't have to delete the file (and all of your other settings), though. you can just open it up in a text editor and find and edit the following section:

    [Breakpoints]