There is another alternative console - ConEmu (open source too). It may be more useful for you.
I'm an author of this utility.
Here is a short list of its advantages: proportional and bdf fonts support, ANSI X3.64 and Xterm 256 colors, run simple GUI apps in tabs, text search in console, configurable status bar, optional settings (e.g. pallette) for selected applications...
如果您只想在调试时进行简短的测试,只需使用 Debug.WriteLine 确实支持 unicode(仅使用 heb 字符进行测试)。 这将使您能够在调试程序时获得某种输出。
In case you just want it for short testing purposes while debugging, just use Debug.WriteLine that does support unicode (tested with heb chars only). This will enable you to get some sort of output while debugging the program.
发布评论
评论(3)
还有另一个替代控制台 - ConEmu(也是开源的)。它可能对你更有用。
我是这个实用程序的作者。
以下是其优点的简短列表:比例和 bdf 字体支持、ANSI X3.64 和 Xterm 256 颜色、在选项卡中运行简单的 GUI 应用程序、控制台中的文本搜索、可配置状态栏、所选应用程序的可选设置(例如调色板)。 ..
There is another alternative console - ConEmu (open source too). It may be more useful for you.
I'm an author of this utility.
Here is a short list of its advantages: proportional and bdf fonts support, ANSI X3.64 and Xterm 256 colors, run simple GUI apps in tabs, text search in console, configurable status bar, optional settings (e.g. pallette) for selected applications...
如果您只想在调试时进行简短的测试,只需使用
Debug.WriteLine
确实支持 unicode(仅使用 heb 字符进行测试)。这将使您能够在调试程序时获得某种输出。
In case you just want it for short testing purposes while debugging, just use
Debug.WriteLine
that does support unicode (tested with heb chars only).This will enable you to get some sort of output while debugging the program.
只需下载console2。它是 Windows 的替代控制台。
Just download console2. It's an alternative console for Windows.