Thursday, February 1, 2018

Dev Tips: DevTools: Cleaner logs with the Console Sidebar ✨

Dev Tips

 

DevTools: Cleaner logs with the Console Sidebar

The Console Sidebar in the Canary DevTools Console Panel helps organize logs and keeps your debugging experience sane.

For example, try logging the following within the Console Panel:
 

console.log('regular log')  console.error('stranger danger!')  console.warn('just a warning')  


While you can view logs in their entirety without having to use the sidebar, if you wish to open the sidebar, it groups messages up so you can disclose certain logs as and when you need them.


If you have any troubles viewing this animated gif, check out: umaar.com/dev-tips/164-console-sidebar
Manifold (Sponsor)
Tweet
Share
+1
Email Marketing Powered by MailChimp

Copyright © 2018 Umar, All rights reserved.
You are receiving this email because you signed up for Dev Tips.

unsubscribe from this list    update subscription preferences 

No comments:

Post a Comment