Skip to content

Instantly share code, notes, and snippets.

@feiz
Last active January 2, 2016 02:58
Show Gist options
  • Save feiz/8240253 to your computer and use it in GitHub Desktop.
Save feiz/8240253 to your computer and use it in GitHub Desktop.
インスペクタデバッグ
1. インスペクタを開き、艦隊情報タブを開く
2. 左下のボタンを長押しし、出てきたボタンを押してインスペクタをウィンドウ化
 参考: http://gyazo.com/a5f1ebcde0ab2460b506e29898ee86c1
3. ウィンドウ化したインスペクタにフォーカスを合わせ、Ctrl+Shift+Jでインスペクタのインスペクタを開く
4. 開いたインスペクタ上でsources > hcjpbcmhppmlohedljpeagnjplpjonhc/js/dispatcher.jsをダブルクリックして開く
5. 開いたソースの17行目"hdr.execute(content);"の上に以下のコードを追加
console.log(content);
5.参考画像: http://gyazo.com/208b0e4c93da5f5e0baf7d0eaa979d35
5.5. ctrl+sを押して変更を保存
6. 艦これFlashを適当に操作して通信を発生させる
7. インスペクタのインスペクタ上の"console"タブを開き、内容を確認
 -> APIの内容が出ているかどうか確認
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment