Debugging Ajax Jquery

Debugging Ajax Jquery

Using the code below, is there a way I can see the json being returned using a debugger?


$(document).ready(function () {
           $('#example').DataTable({
               "ajax": '../data/arrays.json'
           });
       });