开发者

Debug AIR Application on Client Machine

开发者 https://www.devze.com 2023-01-07 03:49 出处:网络
I have an AIR application that is causing me problems on a single client machine, and on a specific user account.

I have an AIR application that is causing me problems on a single client machine, and on a specific user account.

I have a debug interface that I developed to print traces to but apparently you can not get stack traces when not in a debugging environment.

I am seeing "TypeError #2007" with no additional information. I tried to o开发者_如何学JAVAutput the error text using e.getStackTrace() and it returns null.

How can I get more information about this error on a client machine?


In this instance I was able to isolate the problem using a bunch of different try..catch statements and a lot of trace statements.

It took a lot of persistence and a lot of back and forth installing many different versions on the client machine and testing.

Obviously not an optimal solution in most cases, but one that worked.

0

精彩评论

暂无评论...
验证码 换一张
取 消