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
jha-g included the following code: https://github.com/adobe/brackets-shell/pull/669/commits
Friday Nov 15, 2019 at 09:17 GMT
Originally opened as adobe#669
For
--remote-debugging-portbeyond allowed range, error message will be:For
--remote-debugging-portbeyond parsing range ofstrtol, error message will be:jha-g included the following code: https://github.com/adobe/brackets-shell/pull/669/commits