OLD | NEW |
1 .. _devcycle-debugging: | 1 .. _devcycle-debugging: |
2 | 2 |
| 3 .. include:: /migration/deprecation.inc |
| 4 |
3 ######### | 5 ######### |
4 Debugging | 6 Debugging |
5 ######### | 7 ######### |
6 | 8 |
7 This document describes tools and techniques you can use to debug, monitor, | 9 This document describes tools and techniques you can use to debug, monitor, |
8 and measure your application's performance. | 10 and measure your application's performance. |
9 | 11 |
10 .. contents:: Table Of Contents | 12 .. contents:: Table Of Contents |
11 :local: | 13 :local: |
12 :backlinks: none | 14 :backlinks: none |
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
540 plugin, you need to port it to Native Client (i.e., build the module with one of | 542 plugin, you need to port it to Native Client (i.e., build the module with one of |
541 the toolchains in the NaCl SDK so that the module runs in Native Client). For | 543 the toolchains in the NaCl SDK so that the module runs in Native Client). For |
542 details on this advanced development technique, see `Debugging a Trusted Plugin | 544 details on this advanced development technique, see `Debugging a Trusted Plugin |
543 <http://www.chromium.org/nativeclient/how-tos/debugging-documentation/debugging-
a-trusted-plugin>`_. | 545 <http://www.chromium.org/nativeclient/how-tos/debugging-documentation/debugging-
a-trusted-plugin>`_. |
544 Note that starting with the ``pepper_22`` bundle, the NaCl SDK for Windows | 546 Note that starting with the ``pepper_22`` bundle, the NaCl SDK for Windows |
545 includes pre-built libraries and library source code, making it much easier to | 547 includes pre-built libraries and library source code, making it much easier to |
546 build a module into a .DLL. | 548 build a module into a .DLL. |
547 | 549 |
548 .. |menu-icon| image:: /images/menu-icon.png | 550 .. |menu-icon| image:: /images/menu-icon.png |
549 .. |puzzle| image:: /images/puzzle.png | 551 .. |puzzle| image:: /images/puzzle.png |
OLD | NEW |