Last active
January 2, 2016 02:58
-
-
Save feiz/8240253 to your computer and use it in GitHub Desktop.
インスペクタデバッグ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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