When I’m using deploy on a different machine, which means I’m using gdbserver, is it possible to use a dynamic port?
Currently it defaults to `2000` and if two people uses the deployment machine at the same time it will conflict, and VisualGDB will fail.
I was unable to specific port `0` which means gdbserver will be given a random port,
but then VisualGDB needs to read its output to figure out to which port to connect to.
Any thoughts?