How to reset chrome inspector?

49,896

Solution 1

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.

Solution 2

  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 !

Solution 3

Looks like in today's Chrome, there is a "Restore defaults and reload" button under Developer Tools => Preferences, which will work.

Solution 4

On a Mac running 10.9.2:

 ~/Library/Application\ Support/Google/Chrome/Default/Local\ Storage

Or

~/Library/Application\ Support/Google/Chrome\ Canary/Default/Local\ Storage/

Remove

  • chrome-devtools_devtools_0.localstorage
  • chrome-devtools_devtools_0.localstorage-journal
Share:
49,896
Hugolpz
Author by

Hugolpz

Educational platform Engineer at Center for Research and Interdisciplinarity, Paris. Former PhD candidate in Chinese Teaching and Computer Assisted Language Learning (#CALL), enthusiast wikipedian. I mainly discuss a HTML/CSS/JS for #webapp, #Nodejs, #D3js, #Make, #GIS cartography, #topojson, #wikidata, #openedx. Love to ask short, clean questions on isolated issue with JSfiddle to demo it.

Updated on March 04, 2020

Comments

  • Hugolpz
    Hugolpz about 4 years

    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)

  • Hugolpz
    Hugolpz about 10 years
    Well, I'am trying it. Will see in 5 mins !
  • HackerKarma
    HackerKarma about 10 years
    what OS are you using? just curious. Also, see chromium.org/user-experience/user-data-directory
  • Kimball Robinson
    Kimball Robinson over 8 years
    You can find the file locations by going to chrome://version/ and opening the profile folder noted there -- as shown in this answer: superuser.com/a/905304/10429
  • Giulio Molinari
    Giulio Molinari about 8 years
    For Windows 8.1: the folder is: [UserFolder]\AppData\Local\Google\Chrome\User Data\Default\Local Storage
  • Steve Wasiura
    Steve Wasiura over 7 years
    Menu Item "Customize and Control DevTools" => Settings => Preferences or press F1 key while in DevTools
  • Pacerier
    Pacerier almost 7 years
    This method doesn't work. Guess restart is the only way.. mine crashed when I ran an infinite for of loop
  • Albert Xing
    Albert Xing about 6 years
    Note: this also resets all of your Devtool preferences, including custom UA overrides, etc
  • valdeci
    valdeci almost 4 years
    It helped me, but I didn't have to restart chrome
  • mwfearnley
    mwfearnley almost 3 years
    I didn't have to restart either. I guess things have likely come a long way since 2017. It's probably worth editing the answer.
  • Ajeet Eppakayala
    Ajeet Eppakayala about 2 years
    Clicking on ... doesn't work there is settings icon next to it.