OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="debugging"> | 3 <b><font color="#cc0000"> |
4 <span id="devcycle-debugging"></span><h1 id="debugging"><span id="devcycle-debug
ging"></span>Debugging</h1> | 4 NOTE: |
| 5 Deprecation of the technologies described here has been announced |
| 6 for platforms other than ChromeOS.<br/> |
| 7 Please visit our |
| 8 <a href="/native-client/migration">migration guide</a> |
| 9 for details. |
| 10 </font></b> |
| 11 <hr/><section id="debugging"> |
| 12 <h1 id="debugging">Debugging</h1> |
5 <p>This document describes tools and techniques you can use to debug, monitor, | 13 <p>This document describes tools and techniques you can use to debug, monitor, |
6 and measure your application’s performance.</p> | 14 and measure your application’s performance.</p> |
7 <div class="contents local" id="table-of-contents" style="display: none"> | 15 <div class="contents local" id="table-of-contents" style="display: none"> |
8 <p class="topic-title first">Table Of Contents</p> | 16 <p class="topic-title first">Table Of Contents</p> |
9 <ul class="small-gap"> | 17 <ul class="small-gap"> |
10 <li><p class="first"><a class="reference internal" href="#diagnostic-information
" id="id2">Diagnostic information</a></p> | 18 <li><p class="first"><a class="reference internal" href="#diagnostic-information
" id="id2">Diagnostic information</a></p> |
11 <ul class="small-gap"> | 19 <ul class="small-gap"> |
12 <li><a class="reference internal" href="#viewing-process-statistics-with-the-tas
k-manager" id="id3">Viewing process statistics with the task manager</a></li> | 20 <li><a class="reference internal" href="#viewing-process-statistics-with-the-tas
k-manager" id="id3">Viewing process statistics with the task manager</a></li> |
13 <li><a class="reference internal" href="#controlling-the-level-of-native-client-
error-and-warning-messages" id="id4">Controlling the level of Native Client erro
r and warning messages</a></li> | 21 <li><a class="reference internal" href="#controlling-the-level-of-native-client-
error-and-warning-messages" id="id4">Controlling the level of Native Client erro
r and warning messages</a></li> |
14 </ul> | 22 </ul> |
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
475 development tools on your system, but when you’re finished developing the | 483 development tools on your system, but when you’re finished developing the |
476 plugin, you need to port it to Native Client (i.e., build the module with one of | 484 plugin, you need to port it to Native Client (i.e., build the module with one of |
477 the toolchains in the NaCl SDK so that the module runs in Native Client). For | 485 the toolchains in the NaCl SDK so that the module runs in Native Client). For |
478 details on this advanced development technique, see <a class="reference external
" href="http://www.chromium.org/nativeclient/how-tos/debugging-documentation/deb
ugging-a-trusted-plugin">Debugging a Trusted Plugin</a>. | 486 details on this advanced development technique, see <a class="reference external
" href="http://www.chromium.org/nativeclient/how-tos/debugging-documentation/deb
ugging-a-trusted-plugin">Debugging a Trusted Plugin</a>. |
479 Note that starting with the <code>pepper_22</code> bundle, the NaCl SDK for Wind
ows | 487 Note that starting with the <code>pepper_22</code> bundle, the NaCl SDK for Wind
ows |
480 includes pre-built libraries and library source code, making it much easier to | 488 includes pre-built libraries and library source code, making it much easier to |
481 build a module into a .DLL.</p> | 489 build a module into a .DLL.</p> |
482 </section> | 490 </section> |
483 | 491 |
484 {{/partials.standard_nacl_article}} | 492 {{/partials.standard_nacl_article}} |
OLD | NEW |