Latest posts tagged "developer tools"

Debugging Ruby on Rails in Chrome DevTools

Learn how to use a Rails Debugger in Chrome DevTools!

Published: Monday, October 10, 2022

Dollar Sign Shortcuts in Chrome DevTools

Learn how to query elements quickly in Google Chrome!

Published: Friday, July 8, 2022
Updated: Tuesday, August 9, 2022

Running the JavaScript Profiler from the Console

Use the profile and profileEnd functions to create new CPU profiles!

Published: Thursday, July 7, 2022

Querying All Object Instances

Learn how to use the queryObjects utility in Google Chrome!

Published: Wednesday, July 6, 2022

Monitoring Events

Learn how to use the monitorEvents utility in Google Chrome!

Published: Tuesday, July 5, 2022
Updated: Tuesday, August 9, 2022

Monitoring Function Calls

Learn how to use the monitor utility in Google Chrome!

Published: Monday, July 4, 2022
Updated: Tuesday, August 9, 2022

Keys and Values Shortcuts

Learn about the shortcuts to Object.keys and Object.values!

Published: Sunday, July 3, 2022
Updated: Tuesday, August 9, 2022

Querying Event Listeners

Learn how to find the event listeners attached to a DOM element!

Published: Saturday, July 2, 2022
Updated: Tuesday, August 9, 2022

Inspecting Elements and Functions in the Console

Learn how to use the inspect utility in multiple browsers!

Published: Friday, July 1, 2022
Updated: Tuesday, August 9, 2022

Debug Functions in the Console

Learn how to use the debug utility in Google Chrome!

Published: Thursday, June 30, 2022
Updated: Tuesday, August 9, 2022

Copying Objects from the Console to the Clipboard

Learn how to use the copy utility in multiple browsers!

Published: Wednesday, June 29, 2022
Updated: Tuesday, August 9, 2022

Making Assertions

Learn how to use the console.assert method!

Published: Tuesday, June 28, 2022
Updated: Tuesday, August 9, 2022

Clearing the Console

Use console.clear and keyboard shortcuts to clear the console!

Published: Monday, June 27, 2022
Updated: Tuesday, August 9, 2022

How to Time Your Code

Use console.time to measure how long it takes to run your code!

Published: Sunday, June 26, 2022
Updated: Tuesday, August 9, 2022

Console Log Levels

Learn about the info, warning, error, and verbose log levels!

Published: Saturday, June 25, 2022
Updated: Tuesday, August 9, 2022

Printing DOM Elements as JavaScript Objects

Use console.dir to print HTML as a JavaScript object!

Published: Friday, June 24, 2022
Updated: Tuesday, August 9, 2022

Counting Function Calls

Use console.count to count function calls!

Published: Thursday, June 23, 2022
Updated: Tuesday, August 9, 2022

Printing Stack Traces to the Console

Use console.trace to analyze the stack trace of a function call!

Published: Wednesday, June 22, 2022
Updated: Tuesday, August 9, 2022

How to Style Console Logs

Learn how to add colors to your console logs!

Published: Tuesday, June 21, 2022
Updated: Tuesday, August 9, 2022

Grouping Console Logs

Use console.group and console.groupEnd to organize your console logs!

Published: Monday, June 20, 2022
Updated: Tuesday, August 9, 2022

Using console.table to Log Arrays and Objects in a Table

Display arrays and objects in a nicer format!

Published: Sunday, June 19, 2022
Updated: Tuesday, August 9, 2022

Color Picking with Chrome DevTools

Grab colors from anywhere in the Google Chrome browser!

Published: Saturday, June 18, 2022
Updated: Tuesday, August 9, 2022

Debug Node.js Apps with Chrome DevTools

Learn how to run the Node.js debugger easily!

Published: Monday, December 21, 2020

Using Chrome DevTools with Android Device or Emulator

Learn how to debug websites in an Android device using Chrome DevTools!

Published: Thursday, December 17, 2020

Media Query Inspector in Chrome DevTools

Find all media query breakpoints in a website!

Published: Sunday, May 24, 2020
Updated: Thursday, December 17, 2020