Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to reset chrome inspector?

Something is wrong with my Chrome inspector, I would like to reset the Chrome inspector to out of the box settings. How could I do ? (wihout removing my whole Chrome)

like image 732
Hugolpz Avatar asked Feb 20 '14 14:02

Hugolpz


People also ask

How do I restart dev tools?

As DevTools monitors classpath resources, the only way to trigger a restart is to update the classpath. The way in which you cause the classpath to be updated depends on the IDE that you are using. In Eclipse, saving a modified file will cause the classpath to be updated and trigger a restart.


2 Answers

  1. Open DevTools by pressing F12 or ctrl + shift + i
  2. press F1 or click on ... on the top right corner beside cross to open settings
  3. scroll at the bottom or to the right of screen and press [restore defaults and reload] button
  4. Restart chrome

NOTE: relaunch chrome is very much necessary

done !

like image 111
Aamer Shahzad Avatar answered Sep 22 '22 08:09

Aamer Shahzad


Find the following two files and delete them. These files contain the settings for the inspector.

chrome-devtools_devtools_0.localstorage chrome-devtools_devtools_0.localstorage-journal 

Please make sure to restart the Chrome again. Hope this helps.

like image 34
HackerKarma Avatar answered Sep 23 '22 08:09

HackerKarma