Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome console shows me "Navigated to http://localhost...."

Chrome console shows me "Navigated to http://localhost...." in blue letters

Image: enter image description here

like image 248
lucasgabmoreno Avatar asked Feb 05 '15 16:02

lucasgabmoreno


People also ask

What does @VM mean in Chrome?

It is abbreviation of the phrase Virtual Machine.

How do I enable console debugging in Chrome?

The Sources panel is where you debug JavaScript. Open DevTools by pressing Command+Option+I (Mac) or Control+Shift+I (Windows, Linux). This shortcut opens the Console panel.

Where does console log go in Chrome?

Console Logs in Chrome: In Google Chrome, the Console Logs are available as a part of Chrome Dev Tools. To open the dedicated Console panel, either: Press Ctrl + Shift + J (Windows / Linux) or Cmd + Opt + J (Mac).

What do you press to open the developer Console on the Chrome browser?

To open the developer console window on Chrome, use the keyboard shortcut Ctrl Shift J (on Windows) or Ctrl Option J (on Mac). Alternatively, you can use the Chrome menu in the browser window, select the option "More Tools," and then select "Developer Tools."


1 Answers

This is a feature on chrome to separate between page logs, when you have the "preserve logs" option checked. It shouldn't show up if you uncheck that box and reload the page.

It's just telling you that the browser change to another page.

like image 86
skrawler Avatar answered Sep 23 '22 20:09

skrawler