LoginSignup
1
1

More than 5 years have passed since last update.

OS X 10.8 でFlashのデバッグ

Posted at

VizzyがOS X 10.8で使えなくなったので
flashlog.txtをConsole又はshellのtail等で開けば今まで通りデバッグできます。

ターミナルを開いて、次のコマンドを実行してConsoleで開きます。
open "~/Library/Preferences/Macromedia/Flash Player/Logs/flashlog.txt" -a Console

shellのtail
tail -f "~/Library/Preferences/Macromedia/Flash Player/Logs/flashlog.txt"

※ デバッグ版のFlash Playerが必要です。
※ OS X 10.8 以前でももちろん使えます。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1