Ruby console alternative for IRB (Windows)

余生长醉 提交于 2019-12-12 06:55:05

问题


I am looking for some free light-weight GUI alternative for IRB console on windows. What I whould like to see:

  1. 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.

P.S. I am not looking for IDE (NetBeans, Aptana, etc.)


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/737497/ruby-console-alternative-for-irb-windows

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!