Skip to content
Go back

Debugging with chrome dev tools

Published:  at  02:49 PM

Here are some of the tools I found useful in debugging annoying stuffs with the website

Unwanted DOM manipulation

You have unwanted changes in the DOM or changes you want but have no idea where it is being changed. break on tool is here to help

You can select from the break on option on which things to point on

Now you can see where the DOM is being manipulated and from where.

You just right click on the element you want to break on and viola

Break on dev tools

Disappearing element

You want to debug an element of the DOM, but as soon as click on the dev tools it disappears. Worry not Emulate a focused page is here to help

Follow the steps

Now when you go to the dev tools to inspect element it won’t disappear.

Emulate focused page

Screen shots

Want to take a screen shot of a particular element or the entire webpage.

Dev tools is here to help.

CSS Animations

Find animations hard? Animations tab is here to help. Just go to animations tab in chrome dev tools.

This can be toggled by going in to more tools or by using command pallet.

You can play around with the animations, or copy some animations form other websites as well.


Suggest Changes
Share this post on: