How to make Chrome always launch with remote-debugging-port flag
For mac, I made a simple application that launches chrome with the –remote-debugging-port for me. Mathias Bynens has a wonderful post on how to do this (which is where I got the idea). He even includes a (forked) script that can do most of it for you, but the basics are really simple. Make a … Read more