$(function() {
    $('#debugToggle').mousedown(function() {
       $('#debugContent').toggle(500);
   });
});
