有没有办法编辑默认构建设置?

发布于 2024-08-01 20:13:04 字数 163 浏览 6 评论 0原文

每次我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

缪败 2024-08-08 20:13:04

使用“项目|选项”设置所需的“调试”配置,然后在保存更改之前检查该对话框左下角的“默认”按钮。 这使得这些设置成为所有新项目的默认设置。

请注意,选中“默认”按钮将不会影响现有项目; 它只会影响您从那时起创建的新项目。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文