OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="debugging-with-visual-studio"> | 3 <b><font color="#cc0000"> |
4 <span id="devcycle-vs-addin"></span><h1 id="debugging-with-visual-studio"><span
id="devcycle-vs-addin"></span>Debugging with Visual Studio</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-with-visual-studio"> |
| 12 <h1 id="debugging-with-visual-studio">Debugging with Visual Studio</h1> |
5 <div class="contents local" id="table-of-contents" style="display: none"> | 13 <div class="contents local" id="table-of-contents" style="display: none"> |
6 <p class="topic-title first">Table Of Contents</p> | 14 <p class="topic-title first">Table Of Contents</p> |
7 <ul class="small-gap"> | 15 <ul class="small-gap"> |
8 <li><a class="reference internal" href="#introduction" id="id1">Introduction</a>
</li> | 16 <li><a class="reference internal" href="#introduction" id="id1">Introduction</a>
</li> |
9 <li><p class="first"><a class="reference internal" href="#platforms" id="id2">Pl
atforms</a></p> | 17 <li><p class="first"><a class="reference internal" href="#platforms" id="id2">Pl
atforms</a></p> |
10 <ul class="small-gap"> | 18 <ul class="small-gap"> |
11 <li><a class="reference internal" href="#the-ppapi-platform" id="id3">The PPAPI
platform</a></li> | 19 <li><a class="reference internal" href="#the-ppapi-platform" id="id3">The PPAPI
platform</a></li> |
12 <li><a class="reference internal" href="#the-native-client-platforms" id="id4">T
he Native Client platforms</a></li> | 20 <li><a class="reference internal" href="#the-native-client-platforms" id="id4">T
he Native Client platforms</a></li> |
13 </ul> | 21 </ul> |
14 </li> | 22 </li> |
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
508 </dl> | 516 </dl> |
509 <h4 id="nacl64-platform">NaCl64 Platform</h4> | 517 <h4 id="nacl64-platform">NaCl64 Platform</h4> |
510 <dl class="docutils"> | 518 <dl class="docutils"> |
511 <dt>Run the Native Client Module in the NaCl64 platform</dt> | 519 <dt>Run the Native Client Module in the NaCl64 platform</dt> |
512 <dd>You are still running the STEP6 code, but as a Native Client module rather | 520 <dd>You are still running the STEP6 code, but as a Native Client module rather |
513 than a Pepper plugin.</dd> | 521 than a Pepper plugin.</dd> |
514 </dl> | 522 </dl> |
515 </section> | 523 </section> |
516 | 524 |
517 {{/partials.standard_nacl_article}} | 525 {{/partials.standard_nacl_article}} |
OLD | NEW |