Skip to content

Debugging With Chrome

blak3r edited this page Dec 11, 2012 · 3 revisions

How to debug:

  1. Open up Chrome
  2. Right click on the page somewhere and do "Inspect Element". Then, click on the Network tab.
  3. 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.
  4. 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.

Chrome Step 1 Chrome Step 2

gitimg