This commit is contained in:
Ilya Kantor 2019-03-07 11:01:31 +03:00
parent b310b741b0
commit 2a44419d92
3 changed files with 25 additions and 1 deletions

View file

@ -50,6 +50,12 @@ Open Preferences and go to the "Advanced" pane. There's a checkbox at the bottom
Now `key:Cmd+Opt+C` can toggle the console. Also, note that the new top menu item named "Develop" has appeared. It has many commands and options.
## Multi-line input
Usually, when we put a line of code into the console, and then press `ley:Enter`, it executes.
To insert multiple line, press `key:Shift+Enter`.
## Summary
- Developer tools allow us to see errors, run commands, examine variables, and much more.