OLD | NEW |
1 .. _sdk-examples-2: | 1 .. _sdk-examples-2: |
2 | 2 |
3 .. TODO: After default toolchain is changed to pnacl, recreate the make examples
. | 3 .. TODO: After default toolchain is changed to pnacl, recreate the make examples
. |
4 | 4 |
| 5 .. include:: /migration/deprecation.inc |
| 6 |
5 Examples | 7 Examples |
6 ======== | 8 ======== |
7 | 9 |
8 Every Native Client SDK bundle comes with a folder of example applications. | 10 Every Native Client SDK bundle comes with a folder of example applications. |
9 Each example demonstrates one or two key Native Client programming concepts. | 11 Each example demonstrates one or two key Native Client programming concepts. |
10 After you've :doc:`downloaded the SDK <download>`, follow the instructions | 12 After you've :doc:`downloaded the SDK <download>`, follow the instructions |
11 on this page to build and run the examples. | 13 on this page to build and run the examples. |
12 | 14 |
13 Your version of Chrome must be equal to or greater than the version of your SDK | 15 Your version of Chrome must be equal to or greater than the version of your SDK |
14 bundle. For example, if you're developing with the ``pepper_35`` bundle, you | 16 bundle. For example, if you're developing with the ``pepper_35`` bundle, you |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 | 251 |
250 At this point, you can use the standard GDB commands to debug your NaCl module. | 252 At this point, you can use the standard GDB commands to debug your NaCl module. |
251 The most common commands you will use to debug are ``continue``, ``step``, | 253 The most common commands you will use to debug are ``continue``, ``step``, |
252 ``next``, ``break`` and ``backtrace``. See | 254 ``next``, ``break`` and ``backtrace``. See |
253 :doc:`Debugging <../devguide/devcycle/debugging>` for more information about | 255 :doc:`Debugging <../devguide/devcycle/debugging>` for more information about |
254 debugging a Native Client application. | 256 debugging a Native Client application. |
255 | 257 |
256 | 258 |
257 .. |menu-icon| image:: /images/menu-icon.png | 259 .. |menu-icon| image:: /images/menu-icon.png |
258 .. |gear-icon| image:: /images/gear-icon.png | 260 .. |gear-icon| image:: /images/gear-icon.png |
OLD | NEW |