IRB 的 Ruby 控制台替代方案 (Windows)
我正在寻找一些免费的轻量级 GUI 替代品,用于 Windows 上的 IRB 控制台。 我想看到什么:
- 编写脚本的区域(这样我就可以编辑、运行、编辑...)
- 处理当前变量的命令
- 行 输出窗口以查看结果
- 智能
- 断点/调试是一个优点
实际上,类似于powershell_ise.exe 会很棒。
(来源:microsoft.co.il)
PS 我不寻找 IDE(NetBeans、Aptana 等)
I am looking for some free light-weight GUI alternative for IRB console on windows. What I whould like to see:
- Area to write a script (so I can edit, run, edit...)
- Command line to play with current variables
- Output window to see results
- Intellisence
- Breakpoints/debugging is a plus
Actually, some thing similar to powershell_ise.exe whould be great.
(source: microsoft.co.il)
P.S. I am not looking for IDE (NetBeans, Aptana, etc.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
SciTE 为何失败? 有点好奇,因为如果您正在处理文件,这感觉就像您正在寻找的东西。 Ctrl-F5 执行等
How does SciTE fail? Kinda curious because it feels like what you are looking for if you are working from a file. Ctrl-F5 executes, etc.
看看 e-texteditor。
它不是一个完整的 IDE,但它允许您执行 Ruby 代码,或者将输入内联,放在 #=> 之后 发表评论,或进入新窗口。
您会得到一些您想要的东西,而不是调试器和控制台。 但内联运行的东西在那里有点帮助。
它基于 TextMate,这非常棒。 但仅限 OS X。 哦,这要花钱。
Have a look at e-texteditor.
It isn't a full IDE, but it allows you to execute Ruby code, and either put the input inline, after a #=> comment, or into a new window.
You get some of what you want, not so much the debugger and console. But the run-inline thing helps out a bit there.
It is based on TextMate, which is just fantastic. But OS X only. Oh, and it costs money.