forked from adobe/brackets-shell
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels