Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Developer Tools in Google Chrome not showing

I'm just moved to windows 10. And have latest version of Google Chrome on it. But whenever I tried to access developer’s tool it shows nothing. I have tried, 1) Right Click + Inspect element. 2) F12. 3) Right corner tab on Google chrome + more tools + developers tool. But none of them working. Please help..... I don't know what is missing.

like image 229
SAURABH Avatar asked Nov 24 '16 15:11

SAURABH


1 Answers

I had the same issue but in my scenario I was on a Virtual Machine with some complex display settings. The procedure here worked for me in other contexts:

  1. You should see the process in the Windows bar on the bottom of your screen.
  2. When you click on it, nothing is shown.

Bring back in the viewport

If the conditions above apply, then the window is simply displayed out of the display viewport. TO bring it back, do the following:

  1. Make sure you have selected the window in the Windows bar.
  2. Hit ALT + SPACE to show the menu
  3. Select "Maximize".
  4. The window should appear in one of your monitors.
  5. Drag it around and resize it.
like image 79
Andry Avatar answered Sep 30 '22 15:09

Andry