Issue by jha-g
Wednesday Nov 20, 2019 at 13:46 GMT
Originally opened as adobe#673
Windows was allowing Brackets to open a remote debugging port on any port in the range [1,65534], which was troubling.
So, have started setting settings.remote_debugging_port=65535 in case of ports outside the interval [1024,65534].
Which stops Brackets from opening a reserved port and this stops error thrown in bind() on Linux and Mac.
jha-g included the following code: https://github.com/adobe/brackets-shell/pull/673/commits
Wednesday Nov 20, 2019 at 13:46 GMT
Originally opened as adobe#673
Windows was allowing Brackets to open a remote debugging port on any port in the range [1,65534], which was troubling.
So, have started setting
settings.remote_debugging_port=65535in case of ports outside the interval [1024,65534].Which stops Brackets from opening a reserved port and this stops error thrown in
bind()on Linux and Mac.jha-g included the following code: https://github.com/adobe/brackets-shell/pull/673/commits