Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 608
Ivan Prodanov Avatar asked Jul 31 '09 17:07

Ivan Prodanov


2 Answers

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]

like image 192
Bruce McGee Avatar answered Nov 02 '22 04:11

Bruce McGee


View->Debug Windows->Breakpoints.

I'm very dissapointed at those articles.They explain how to add something,but not how to remove it.

like image 34
Ivan Prodanov Avatar answered Nov 02 '22 06:11

Ivan Prodanov