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, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access