pass debug ports to GSCs
I need to start 4 GSCs and be able to remote debug. But when I start GSCs with following command : bin/gs.sh host run-agent --gsc=4, only one starts and other 3 do not because they can't bind to the debug port that's set in the environment.
Is there a way to start 4 GSCs separately and then have them join the same group (single GSA), so each one of the GSCs could be customized in some way? Thanks.