立即窗口,无需调试

发布于 2024-12-04 16:39:40 字数 447 浏览 3 评论 0原文

快速原型设计可以说是测试新设计的最有效方法之一,我相信这也适用于编程。

我正在寻找一种类似于 Matlab 的工具,可以在您键入时执行一些 C# 代码。立即窗口几乎是理想的,但自然只能在调试时使用。

有没有办法使用立即窗口(或类似的工具)而无需切换到调试模式?

更新:

经过更多谷歌搜索后,我发现:

  • C# Shell (cssh):一个很酷的想法,但在现阶段相当有限。
  • SnippetCompiler:很好,但我更喜欢命令行类型的行为,一旦我按回车键就会执行命令。

Rapid prototyping is arguably one of the most efficient ways to test new designs and I believe this to hold true for programming too.

I am looking for a tool similar to Matlab where one can execute some C# code while you type. The Immediate Window is almost ideal, but is naturally only usable when debugging.

Is there a way to use the Immediate Window (or a similar tool) without having to switch into debugging mode?

UPDATE:

After some more googling I found:

  • C# Shell (cssh): A cool idea, but quite limited at this stage.
  • SnippetCompiler: Nice, but I would prefer a command line type behaviour where the command is execute once I hit return.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

春庭雪 2024-12-11 16:39:40

试试 LinqPad,它棒极了!它是为了测试 Linq 查询而设计的,但它最终成为尝试有史以来任何类型的 C# 代码的最佳环境。

http://www.linqpad.net/

它是免费的,但需要激活(付费)才能支持智能感知。

Try LinqPad, it rocks ! It is made to test Linq queries but it ends being the best environment to try any kind of C# code ever made.

http://www.linqpad.net/

It is free but need to be activated (paid) to support intellisense.

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