-
Notifications
You must be signed in to change notification settings - Fork 0
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] Improve console output of LiveDevelopment errors (#1200) #1216
Comments
See #1200 |
Thanks! Merging. |
Oops, it looks like this violates #1096 though. |
I'm surprised this isn't mentioned in the Coding Conventions. Is it mentioned somewhere else? |
Thanks, guys! |
Wednesday Jul 11, 2012 at 17:41 GMT
Originally opened as adobe/brackets#1232
Before:
Some arguments of method 'Debugger.setBreakpointByUrl' can't be processed
After:
Some arguments of method 'Debugger.setBreakpointByUrl' can't be processed
Parameter 'lineNumber' has wrong type. It must be 'Number'.
Parameter 'url' has wrong type. It must be 'String'.
[expandable error object]
DennisKehrig included the following code: https://github.com/adobe/brackets/pull/1232/commits
The text was updated successfully, but these errors were encountered: