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 af
Breakpoints are stored in the dsk file for your project. Close your project, delete that file, and re-open the project. All breakpoints should be gone. (Other window-layout customizations will be gone, too. You'll have to restore those preferences manually.)