-
Notifications
You must be signed in to change notification settings - Fork 85
Debugging With Chrome
blak3r edited this page Dec 11, 2012
·
3 revisions
How to debug:
- Open up Chrome
- Right click on the page somewhere and do "Inspect Element". Then, click on the Network tab.
- After you click on the icon a new index.php call should popup (make sure you get the one for CallCreate/Controller/etc (depending on the page your debugging) instead of Listener as they'll popup every 5s or so also.
- Click on the Response Tab to review the result of the AMI login and AMI Command request. Hopefully, a useful error message will be there.