OLD | NEW |
1 {{+bindTo:partials.standard_nacl_article}} | 1 {{+bindTo:partials.standard_nacl_article}} |
2 | 2 |
3 <section id="debugging-with-visual-studio"> | 3 <section id="debugging-with-visual-studio"> |
4 <h1 id="debugging-with-visual-studio">Debugging With Visual Studio</h1> | 4 <h1 id="debugging-with-visual-studio">Debugging With Visual Studio</h1> |
5 <div class="contents local topic" id="table-of-contents"> | 5 <div class="contents local" id="table-of-contents" style="display: none"> |
6 <p class="topic-title first">Table Of Contents</p> | 6 <p class="topic-title first">Table Of Contents</p> |
7 <ul class="small-gap"> | 7 <ul class="small-gap"> |
8 <li><a class="reference internal" href="#introduction" id="id1">Introduction</a>
</li> | 8 <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> | 9 <li><p class="first"><a class="reference internal" href="#platforms" id="id2">Pl
atforms</a></p> |
10 <ul class="small-gap"> | 10 <ul class="small-gap"> |
11 <li><a class="reference internal" href="#the-ppapi-platform" id="id3">The PPAPI
platform</a></li> | 11 <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> | 12 <li><a class="reference internal" href="#the-native-client-platforms" id="id4">T
he Native Client platforms</a></li> |
13 </ul> | 13 </ul> |
14 </li> | 14 </li> |
15 <li><p class="first"><a class="reference internal" href="#installing-the-add-in"
id="id5">Installing the add-in</a></p> | 15 <li><p class="first"><a class="reference internal" href="#installing-the-add-in"
id="id5">Installing the add-in</a></p> |
(...skipping 19 matching lines...) Expand all Loading... |
35 <li><a class="reference internal" href="#adding-libraries-to-a-project" id="id18
">Adding libraries to a project</a></li> | 35 <li><a class="reference internal" href="#adding-libraries-to-a-project" id="id18
">Adding libraries to a project</a></li> |
36 <li><a class="reference internal" href="#running-a-web-server" id="id19">Running
a web server</a></li> | 36 <li><a class="reference internal" href="#running-a-web-server" id="id19">Running
a web server</a></li> |
37 <li><a class="reference internal" href="#keeping-track-of-all-the-pieces" id="id
20">Keeping track of all the pieces</a></li> | 37 <li><a class="reference internal" href="#keeping-track-of-all-the-pieces" id="id
20">Keeping track of all the pieces</a></li> |
38 <li><a class="reference internal" href="#using-the-debuggers" id="id21">Using th
e debuggers</a></li> | 38 <li><a class="reference internal" href="#using-the-debuggers" id="id21">Using th
e debuggers</a></li> |
39 <li><a class="reference internal" href="#disable-chrome-caching" id="id22">Disab
le Chrome caching</a></li> | 39 <li><a class="reference internal" href="#disable-chrome-caching" id="id22">Disab
le Chrome caching</a></li> |
40 <li><a class="reference internal" href="#a-warning-about-postmessage" id="id23">
A warning about PostMessage</a></li> | 40 <li><a class="reference internal" href="#a-warning-about-postmessage" id="id23">
A warning about PostMessage</a></li> |
41 <li><a class="reference internal" href="#porting-windows-applications-to-native-
client-in-visual-studio" id="id24">Porting Windows applications to Native Client
in Visual Studio</a></li> | 41 <li><a class="reference internal" href="#porting-windows-applications-to-native-
client-in-visual-studio" id="id24">Porting Windows applications to Native Client
in Visual Studio</a></li> |
42 </ul> | 42 </ul> |
43 </li> | 43 </li> |
44 </ul> | 44 </ul> |
45 </div> | 45 |
46 <p>Whether you’re porting an existing project or starting from scratch, th
e Native | 46 </div><p>Whether you’re porting an existing project or starting from scrat
ch, the Native |
47 Client Visual Studio add-in makes it easier to set up, build, run and debug | 47 Client Visual Studio add-in makes it easier to set up, build, run and debug |
48 your Native Client app by integrating the Native Client SDK development tools | 48 your Native Client app by integrating the Native Client SDK development tools |
49 into the Visual Studio environment.</p> | 49 into the Visual Studio environment.</p> |
50 <aside class="note"> | 50 <aside class="note"> |
51 The Native Client add-in requires Visual Studio 2010 with Service Pack 1. No | 51 The Native Client add-in requires Visual Studio 2010 with Service Pack 1. No |
52 other versions of Visual Studio are currently supported. Visual Studio | 52 other versions of Visual Studio are currently supported. Visual Studio |
53 Express is also not supported. | 53 Express is also not supported. |
54 </aside> | 54 </aside> |
55 <section id="introduction"> | 55 <section id="introduction"> |
56 <h2 id="introduction">Introduction</h2> | 56 <h2 id="introduction">Introduction</h2> |
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
539 </section><section id="nacl64-platform"> | 539 </section><section id="nacl64-platform"> |
540 <h4 id="nacl64-platform">NaCl64 Platform</h4> | 540 <h4 id="nacl64-platform">NaCl64 Platform</h4> |
541 <dl class="docutils"> | 541 <dl class="docutils"> |
542 <dt>Run the Native Client Module in the NaCl64 platform</dt> | 542 <dt>Run the Native Client Module in the NaCl64 platform</dt> |
543 <dd>You are still running the STEP6 code, but as a Native Client module rather | 543 <dd>You are still running the STEP6 code, but as a Native Client module rather |
544 than a Pepper plugin.</dd> | 544 than a Pepper plugin.</dd> |
545 </dl> | 545 </dl> |
546 </section></section></section></section> | 546 </section></section></section></section> |
547 | 547 |
548 {{/partials.standard_nacl_article}} | 548 {{/partials.standard_nacl_article}} |
OLD | NEW |