有没有办法编辑默认构建设置?
每次我在 Delphi 2009 中创建一个新项目时,它都会加载两组构建设置:调试和发布。 问题是,调试设置全部错误。 它启用了优化,这使得调试器丢失局部变量,并且关闭了调试 DCU,这使我无法跟踪 VCL。
有没有办法编辑原始模板,这样我就不必每次创建新项目时都不断更改这两个设置?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用“项目|选项”设置所需的“调试”配置,然后在保存更改之前检查该对话框左下角的“默认”按钮。 这使得这些设置成为所有新项目的默认设置。
请注意,选中“默认”按钮将不会影响现有项目; 它只会影响您从那时起创建的新项目。
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.