Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Delphi or BDS IDE capable of saving source-code breakpoints?

Should be part of project workspace (desktop in Borland terms), dont you think? I suspect answer is NO, but if it is not so, please include details how to configure it.

like image 867
Premature Optimization Avatar asked May 20 '11 16:05

Premature Optimization


1 Answers

Delphi stores breakpoints in the [Breakpoints] section of your project's .dsk file. Make sure that file is writable, and make sure your source-control system isn't accidentally clobbering it.

A couple of years ago, someone asked about the opposite problem: Constant breakpoints? How to remove them?

like image 178
Rob Kennedy Avatar answered Dec 09 '22 01:12

Rob Kennedy