Question

Every time I create a new project in Delphi 2009, it loads up two sets of build settings: Debug and Release. Problem is, the Debug settings are all wrong. It has optimizations on, which makes the debugger lose local variables, and Debug DCUs off, which keeps me from tracing into the VCL.

Is there any way to edit the original template so I don't have to keep changing those two settings every time I create a new project?

Was it helpful?

Solution

Set up the Debug configuration you want using Project|Options, and then check the "Default" button at the lower left of that dialog before saving your changes. That makes those settings the default ones for all new projects.

Note that checking the Default button will not affect existing projects; it only affects new projects you create from that point on.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top