Debugging JavaScript apps can be frustrating, usually defaulting to console logs to get info out of your app. However, this alone is not only inefficient, logs can often result in erratic output, depending upon the nature of the object.
In this session, Wayne will demonstrate features of Chrome Dev Tools that allow developers of every skill level to step through their application's code during even such difficult-to-debug scenarios as asynchronous callbacks, race conditions, and poor performance. He will also demonstrate the use of some new and powerful CSS debugging features that are unknown to many developers.