Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 65c3bbe

Browse files
Typos
1 parent aa60a3e commit 65c3bbe

File tree

1 file changed

+3
-3
lines changed
  • 1-js/03-code-quality/01-debugging-chrome

1 file changed

+3
-3
lines changed

‎1-js/03-code-quality/01-debugging-chrome/article.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ For example, here `1+2` results in `3`, and `hello("debugger")` returns nothing,
4646

4747
## Breakpoints
4848

49-
Let's examine what's going on within the code of the [example page](debugging/index.html). In `hello.js`, click at the line number `4`. Yes, right on the `"4"` digit, not on the code.
49+
Let's examine what's going on within the code of the [example page](debugging/index.html). In `hello.js`, click at line number `4`. Yes, right on the `4` digit, not on the code.
5050

5151
Congratulations! You've set a breakpoint. Please also click on the number for line `8`.
5252

@@ -123,7 +123,7 @@ Now it's time to *trace* the script.
123123
There are buttons for it at the top of the right pane. Let's engage them.
124124

125125
<span class="devtools" style="background-position:-7px -76px"></span> -- continue the execution, hotkey `key:F8`.
126-
: Resumes the execution. If there are no additional breakpoints, then the execution just continues and the debugger looses the control.
126+
: Resumes the execution. If there are no additional breakpoints, then the execution just continues and the debugger loses control.
127127

128128
Here's what we can see after a click on it:
129129

@@ -178,7 +178,7 @@ As we can see, there are three main ways to pause a script:
178178

179179
Then we can examine variables and step on to see where the execution goes wrong.
180180

181-
There are many more options in developer tools than covered here. The full manual is at <https://developers.google.com/web/tools/chrome-devtools>
181+
There are many more options in developer tools than covered here. The full manual is at <https://developers.google.com/web/tools/chrome-devtools>.
182182

183183
The information from this chapter is enough to begin debugging, but later, especially if you do a lot of browser stuff, please go there and look through more advanced capabilities of developer tools.
184184

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /