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 Friday Nov 15, 2019 at 09:17 GMT Originally opened as adobe#669
For --remote-debugging-port beyond allowed range, error message will be:
$ ./xcodebuild/Release/Brackets.app/Contents/MacOS/Brackets --remote-debugging-port=65535
[1115/144405:ERROR:cefclient.cpp(116)] Cannot enable remote debugging on port 65535. Port numbers should be between 1025 and 65534.
For --remote-debugging-port beyond parsing range of strtol, error message will be:
$ ./xcodebuild/Release/Brackets.app/Contents/MacOS/Brackets --remote-debugging-port=99999999999999999999
[1115/144412:ERROR:cefclient.cpp(104)] Could not enable remote debugging. Error while parsing remote-debugging-port arg: 99999999999999999999
Issue by jha-g
Friday Nov 15, 2019 at 09:17 GMT
Originally opened as adobe#669
For
--remote-debugging-port
beyond allowed range, error message will be:For
--remote-debugging-port
beyond parsing range ofstrtol
, error message will be:jha-g included the following code: https://github.com/adobe/brackets-shell/pull/669/commits
The text was updated successfully, but these errors were encountered: