Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firefox / Chrome Debugger - Open Automatically

I'm working on an application, and I need to be able launch chrome/firefox with dev tools running. Does anyone know if there is a way to set dev tools to open on new tabs?

like image 921
Mark Avatar asked Feb 01 '15 04:02

Mark


People also ask

How do I uninstall Firefox Debugger?

In order to stop the debugger, try two things: Click on Tools > Web Developer > and make sure Debugger is not checked. Toggle the tools instead > Click on "Debugger" and click on the gear in the right corner and uncheck "Show on Startup"

How do I enable F12 Developer Tools in Firefox?

You can open the Firefox Developer Tools from the menu by selecting Tools > Web Developer > Web Developer Tools or use the keyboard shortcut Ctrl + Shift + I or F12 on Windows and Linux, or Cmd + Opt + I on macOS.

How do I open Chrome Debugger in a new window?

Just type ctrl+shift+I in google chrome & you will land in an isolated developer window. Show activity on this post. If you need to open the DevTools press ctrl-shift-i. If the DevTools window is already opened you can use the ctrl-shift-d shortcut; it switches the window into a detached mode.


1 Answers

Chrome added the option to "Auto-open DevTools for popups" in early 2016. I'm seeing the option in Chrome 51.

Open DevTools Hit F1 to open settings Scroll all the way to the bottom, and the option is under "DevTools"

like image 103
Erich Musick Avatar answered Oct 19 '22 14:10

Erich Musick