1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Flex Builder でプロファイル機能が使えないときのチェック項目

Posted at

いまどき Flex Builder かよというツッコミはさておき、
「以前はプロファイルできたのに今回なぜかできないよ!」と泣くことがままあるので
そういうときのチェック項目を並べてみます。

  • コンソールにエラーが出ている場合は、その文言でぐぐる
  • プロファイラが使用するポートをFWがブロックしていないか確認する(使用ポートは設定画面で確認)
  • 開発者向けFlash Playerを使っているか確認する
  • mm.cfgを削除してみる
  • mm.cfgに以下記述してみる
PreloadSwf={ワークスペースのパス}\.metadata\.plugins\com.adobe.flash.profiler\ProfilerAgent.swf?host=localhost&port=9999

そのほか、私は遭遇したことないですが、こういうこともあるらしい。

  • ブレークポイントがひとつでも有効だとプロファイラが開かない
1
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?