Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLOSED] Improved console error messages #441

Open
core-ai-bot opened this issue Aug 17, 2021 · 3 comments
Open

[CLOSED] Improved console error messages #441

core-ai-bot opened this issue Aug 17, 2021 · 3 comments

Comments

@core-ai-bot
Copy link
Member

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

@core-ai-bot
Copy link
Member Author

Comment by jha-g
Friday Nov 15, 2019 at 09:18 GMT


@niteskum @shubhsnov @narayani28

@core-ai-bot
Copy link
Member Author

Comment by niteskum
Friday Nov 15, 2019 at 09:23 GMT


LGTM

@core-ai-bot
Copy link
Member Author

Comment by jha-g
Monday Nov 18, 2019 at 08:16 GMT


This is in continuation from PR adobe#668

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant