Jump to content

Debugging Tools


happy
 Share

Recommended Posts

Hi,

 

Does anyone have any good tools for debugging HTML5 game development? The Console in Chrome is alright, but doesn't show me that much.

 

I'm developing with LimeJS and Closure, and as my code base footprint increases, I'm finding debugging a little tricky.

 

Any suggestions would be appreciated.

 

Cheers,

Link to comment
Share on other sites

  • 3 weeks later...

Yup, like Rich says, the Chrome debugging tools are far more powerful than they initially seem. Watch some of Google's tutorials on Chrome Tools and it will give you a better understanding. It took me a bit to get the hang of it as well.

I also go back and forth between Firebug in Firefox, but still prefer Chrome Tools. 

Take a look at some extensions offered within Chrome as well. I use a lot of them to parse JSON data and Restful APIs. Finding an extension that prevents the browser from caching while you are debugging is invaluable as well. 

Link to comment
Share on other sites

Finding an extension that prevents the browser from caching while you are debugging is invaluable as well. 

 

There is a checkbox for this built in to the chrome dev tools.

Settings > General > Disable cache (while DevTools is open)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...