I am trying to make a website that uses the <canvas> element and Javascript to learn some new things.
It works properly inside of Chrome and Firefox, but Internet Explorer 9 simply hangs on it. Neither Chrome nor Firefox give me any sort of error output in their consoles and IE9 just crashes without actually giving any debug output.
Is there a way to get a debug dump or attach a debugger to IE9 so that I can figure out why my page is crashing?