| OLD | NEW |
| 1 <div id="pageData-title" class="pageData">Tutorial: Debugging</div> | 1 <div id="pageData-name" class="pageData">Tutorial: Debugging</div> |
| 2 <div id="pageData-showTOC" class="pageData">true</div> | 2 <div id="pageData-showTOC" class="pageData">true</div> |
| 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 |
| 11 <h2 id="extension-info"> View extension information </h2> | 11 <h2 id="extension-info"> View extension information </h2> |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 </li> | 296 </li> |
| 297 </ul> | 297 </ul> |
| 298 | 298 |
| 299 <!-- [PENDING: do something to help people debug content scripts, which show up
in blue] --> | 299 <!-- [PENDING: do something to help people debug content scripts, which show up
in blue] --> |
| 300 | 300 |
| 301 <p> | 301 <p> |
| 302 For more ideas, | 302 For more ideas, |
| 303 see the <a href="getstarted.html#summary">Now what?</a> section | 303 see the <a href="getstarted.html#summary">Now what?</a> section |
| 304 of Getting Started. | 304 of Getting Started. |
| 305 </p> | 305 </p> |
| OLD | NEW |