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
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.