Debugging Tools

Inevitably when working with new APIs you are going to run into situations where your code just is not performing, or behaving, as you intended. This could be the Facebook APIs, browser APIs, or some JavaScript library you are using on a project. When you are working with these technologies, it can be quite frustrating to figure out what is going on at what level of your code. Is it the JavaScript? Is it a response from Facebook? As your codebase grows, finding where bugs are hidden becomes more difficult, but there are some really good tools to help you figure out where your errors are happening. When developing JavaScript for a canvas game, you will want to pay attention to the JavaScript debugging tools. Because, it is hoped, ...

Get Beginning Facebook Game Apps Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.