Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(791)

Side by Side Diff: native_client_sdk/src/doc/devguide/devcycle/debugging.rst

Issue 2875303003: Add migration to WebAssembly information to PNaCl / NaCl docs. (Closed)
Patch Set: fix Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698