1

我正在使用 Java 的lanterna库来编写基于控制台的基本 GUI。该库包括一个基于 Swing 的终端以及输出到系统终端应用程序的能力。

在 IDEA 中,当我尝试将系统终端功能与此库一起使用时,它会输出到 IDE 终端。有没有办法让 IntelliJ IDEA 直接stdout连接到系统终端?

4

1 回答 1

2

IntelliJ IDEA doesn't have such feature. You can run the app in the real terminal and use Remote debugging instead.

于 2012-07-12T13:17:24.350 回答