You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normally, the Debugger for Chrome requires all instances of Chrome to be closed, including background instances, before it can re-start Chrome with remote debugging enabled. This is extremely annoying if you're a google-file, have 50 tabs open, inbox, google drive and a dozen other chrome apps running - they all have to be shut.
Using this technique, you can instruct Chrome to start in a separate sandbox, with all settings saved to that temp path, and other processes won't be affected. Remote debugging will be enabled and you won't have to close your other instances.
The one drawback of this is you'll have to install any other dev plugins again - but then you can always keep this 'sandbox' if you change the folder from 'temp' to another one.
0 commit comments