本文介绍了IRB的控制台选项(Windows)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在寻找一些免费的轻量级GUI替代IRB控制台在Windows上。我想看到的:
I am looking for some free light-weight GUI alternative for IRB console on windows. What I whould like to see:
- 写一个脚本的区域(所以我可以编辑,运行,编辑...)
- 用当前变量播放的命令行
- 输出窗口以查看结果
- Intellisence
- 断点/调试是加号
- 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
实际上,一些类似于powershell_ise.exe的东西应该是伟大的。
Actually, some thing similar to powershell_ise.exe whould be great.
PS我不正在寻找IDE(NetBeans,Aptana等)
P.S. I am not looking for IDE (NetBeans, Aptana, etc.)
推荐答案
? Kinda好奇,因为它感觉像你正在寻找,如果你是从一个文件工作。 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.
这篇关于IRB的控制台选项(Windows)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!