立即窗口,无需调试
快速原型设计可以说是测试新设计的最有效方法之一,我相信这也适用于编程。
我正在寻找一种类似于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试 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.