【问题标题】:Error Message not generated未生成错误消息
【发布时间】:2015-09-01 02:56:28
【问题描述】:

1 - 在 Windows 7 64 位 上构建 flex,当出现错误时,我可以同时得到 错误代码错误消息

2015/06/15 16:47:26:192 [ERROR] MyClass Error: Error #3013: File or directory is in use.
                at flash.filesystem::FileStream/open()
                at MyClass/openCsv()
                ...

2 - 在 Windows 2008 R2 64 位 上构建 flex,当出现错误时,我可以得到 只有错误代码,但 不能得到错误信息

2015/06/15 17:15:17:215 [ERROR] MyClass Error: Error #3013
                at MyClass/openCsv()
                ...

感谢您的帮助:)

【问题讨论】:

    标签: actionscript-3 apache-flex actionscript flex4


    【解决方案1】:

    这个问题不是由操作系统引起的
    响应是:我们只能在调试模式下得到错误消息,而在生产模式下不能得到

    另外,你可以看看之前的答案: Get Full Exception Error with Flex

    【讨论】:

      猜你喜欢
      • 2013-06-30
      • 2020-02-20
      • 1970-01-01
      • 2020-05-04
      • 2019-11-21
      • 1970-01-01
      • 1970-01-01
      • 2015-11-28
      • 1970-01-01
      相关资源
      最近更新 更多