I'm trying to debug an issue on a clients machine. The problem is that the problem is a runtime error with very little clue as to where it is. It is an intermittent problem. I know ADL allows me to run the application in a debug mode. The problem is that to tell the user to download and manage the ADL invokation is going to be very difficult. It would be a lot easier if I could just give the end user one install/executable to install and run and then send me the trace of the issue. So what I'm looking for is easy steps for the client to be able to run the AIR app in debug mode. Downloading ADL and finding the install location of the app is going to be difficult to manage remotely with the end user.
更新:AIR3.5およびFlash11.5を使用していることを確認し、追加のコンパイラ設定に次のフラグ「-swf-version=18」を含める必要があります。次に、回答に記載されているようにグローバルエラーをキャッチする必要があり、エラーの場所が表示されます。もちろん行番号はありません。ただのルーチン名。素晴らしい答えをくれたリーにミリオンに感謝します。