Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我经常使用 Eclipse 中的错误日志视图来跟踪调试期间的行为,但是当我记录大量内容(当前限制为 50)时,它们会掉到边缘,我必须深入研究日志。
有没有办法增加错误日志的大小?
您可以在 config.ini 中设置 eclipse.log.size.max 属性,但默认情况下它应该设置为 1000 行
http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fruntime-options.html
那是您需要的日志文件吗?
编辑 - 对于错误日志,数字由过滤器选项控制。从错误日志下拉菜单中选择“过滤器...”,然后将“将可见事件限制为:”中的行数更改为:默认为 50。
窗口 - 首选项 - java - 编译器 - 构建:每个编译单元报告的最大问题数(从 100(默认)增加到所需的)