我可以从 IDE 中 运行 一个 Delphi EXE 而无需重新编译吗?

Can I run a Delphi EXE from inside the IDE without recompiling it?

Delphi IDE中是否有一个快捷方式(button/menu/etc)可以简单地执行最后一次编译的EXE(使用任何指定的参数),而不重新编译它?

当然可以随时创建外部快捷方式,但如果有一种方便的方法可以从 IDE 执行此操作,而无需等待不必要的 recompile/linking如果什么都没有改变。

Is there a shortcut (button/menu/etc) in the Delphi IDE that simply executes the last compiled EXE (with any specified parameters), without recompiling it?

不,没有。您可以轻松扩展“工具”菜单以添加此类功能。或者写一个插件来做同样的事情。但是没有什么可以开箱即用的。