【问题标题】:Eclipse Rhostudio not showing error messagesEclipse Rhostudio 不显示错误消息
【发布时间】:2012-06-04 11:30:43
【问题描述】:

我刚刚开始在 Windows 上为 Eclipse 3.7.2 使用 rhostudio 插件。

我有错误的代码,但控制台似乎从未输出错误消息。

当我启动模拟器时,我确实得到了一些日志,但是一旦遇到错误的代码行它就会停止记录并且模拟器窗口变为空白。

有人可以帮忙吗?

【问题讨论】:

  • 最终升级到新版本的 rhostudio 帮我解决了这个问题

标签: eclipse syntax-error rhomobile error-logging


【解决方案1】:

您可以通过更改日志级别来增加日志输出量:

rhoconfig.txt 

在您的项目根文件夹中并设置 MinSeverity 如下:

# Rhodes log properties
# log level
# 0-trace, 1-info(app level), 3-warnings, 4-errors
# for production set to 3
MinSeverity  = 0

# enable copy log messages to standard output, useful for debugging
LogToOutput = 1

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2018-02-05
    • 1970-01-01
    • 1970-01-01
    • 2014-01-01
    • 2010-12-12
    • 2019-07-17
    • 1970-01-01
    相关资源
    最近更新 更多