OLD | NEW |
1 <h1>Tutorial: Debugging</h1> | 1 <h1>Tutorial: Debugging</h1> |
2 | 2 |
3 | 3 |
4 <p> | 4 <p> |
5 This tutorial introduces you to using | 5 This tutorial introduces you to using |
6 Google Chrome's built-in Developer Tools | 6 Google Chrome's built-in Developer Tools |
7 to interactively debug an extension. | 7 to interactively debug an extension. |
8 </p> | 8 </p> |
9 | 9 |
10 | 10 |
(...skipping 22 matching lines...) Expand all Loading... |
33 your browser's address bar. | 33 your browser's address bar. |
34 </p> | 34 </p> |
35 | 35 |
36 <p> | 36 <p> |
37 If the Hello World extension isn't already running, | 37 If the Hello World extension isn't already running, |
38 find the extension files and load them. | 38 find the extension files and load them. |
39 If you don't have a handy copy of the files, | 39 If you don't have a handy copy of the files, |
40 extract them from this | 40 extract them from this |
41 <a href="examples/tutorials/getstarted.zip" download="getstarted.zip">ZIP
file</a>. | 41 <a href="examples/tutorials/getstarted.zip" download="getstarted.zip">ZIP
file</a>. |
42 See Getting Started if you need | 42 See Getting Started if you need |
43 <a href="getstarted.html#load-ext">instructions | 43 <a href="getstarted.html#unpacked">instructions |
44 for loading the extension</a>. | 44 for loading the extension</a>. |
45 </p> | 45 </p> |
46 </li> | 46 </li> |
47 | 47 |
48 <li> | 48 <li> |
49 Go to the Extensions page | 49 Go to the Extensions page |
50 (<b>chrome://extensions</b>), | 50 (<b>chrome://extensions</b>), |
51 and make sure the page is in Developer mode. | 51 and make sure the page is in Developer mode. |
52 </li> | 52 </li> |
53 | 53 |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
250 explore the | 250 explore the |
251 <a href="http://www.chromium.org/devtools">Developer Tools site</a>, | 251 <a href="http://www.chromium.org/devtools">Developer Tools site</a>, |
252 and watch some video tutorials. | 252 and watch some video tutorials. |
253 </li> | 253 </li> |
254 </ul> | 254 </ul> |
255 | 255 |
256 | 256 |
257 | 257 |
258 <p> | 258 <p> |
259 For more ideas, | 259 For more ideas, |
260 see the <a href="getstarted.html#summary">Now what?</a> section | 260 see the <a href="getstarted.html#next-steps">Now what?</a> section |
261 of Getting Started. | 261 of Getting Started. |
262 </p> | 262 </p> |
OLD | NEW |