Eclipse Stacktrace System.err 问题

发布于 2024-07-25 00:49:49 字数 105 浏览 7 评论 0原文

突然我的 printStackTrace 停止打印任何内容。 当我给它一个不同的输出流来打印时,它可以工作(如 e.printStackTrace(System.out)),但显然我想弄清楚它。

All of a sudden my printStackTrace's stopped printing anything. When I give it a different output stream to print to it works (like e.printStackTrace(System.out)) but obviously I would like to get it figured out.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

烟雨凡馨 2024-08-01 00:49:49

检查您使用的某些库是否未使用 System.setErr(PrintStream) 方法重定向标准错误。

Check to see if some library you are using is not redirecting the standard err with the System.setErr(PrintStream) method.

π浅易 2024-08-01 00:49:49

这可能不是问题,但 Eclipse 中的控制台视图有一些切换按钮,用于在 stdout 或 stderr 的输出发生更改时显示/隐藏控制台。

您是否有可能不小心点击了 stderr 按钮?

This is probably not the problem but the Console view in Eclipse has some toggle buttons to show/hide the console when output from either stdout or stderr changes.

Is it possible that you've clicked the stderr button accidentally?

诗化ㄋ丶相逢 2024-08-01 00:49:49

在启动配置文件的通用选项卡上,检查以确保在“标准输入和输出”部分中选中“分配控制台”。

In your launch profile, on the common tab, check to make sure "Allocate console" is checked in the "Standard Input and Output" section.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文