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

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

Issue 566063003: Remove section referring to content that no longer exists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Correct a previous upload mistake. Created 6 years, 3 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
« no previous file with comments | « native_client_sdk/doc_generated/devguide/devcycle/debugging.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .. _devcycle-debugging: 1 .. _devcycle-debugging:
2 2
3 ######### 3 #########
4 Debugging 4 Debugging
5 ######### 5 #########
6 6
7 This document describes tools and techniques you can use to debug, monitor, 7 This document describes tools and techniques you can use to debug, monitor,
8 and measure your application's performance. 8 and measure your application's performance.
9 9
10 .. contents:: Table Of Contents 10 .. contents:: Table Of Contents
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 development tools on your system, but when you're finished developing the 527 development tools on your system, but when you're finished developing the
528 plugin, you need to port it to Native Client (i.e., build the module with one 528 plugin, you need to port it to Native Client (i.e., build the module with one
529 of the toolchains in the NaCl SDK so that the module runs in Native Client). 529 of the toolchains in the NaCl SDK so that the module runs in Native Client).
530 For details on this advanced development technique, see `Debugging a Trusted 530 For details on this advanced development technique, see `Debugging a Trusted
531 Plugin 531 Plugin
532 <http://www.chromium.org/nativeclient/how-tos/debugging-documentation/debugging- a-trusted-plugin>`_. 532 <http://www.chromium.org/nativeclient/how-tos/debugging-documentation/debugging- a-trusted-plugin>`_.
533 Note that starting with the ``pepper_22`` bundle, the NaCl SDK for Windows 533 Note that starting with the ``pepper_22`` bundle, the NaCl SDK for Windows
534 includes pre-built libraries and library source code, making it much easier to 534 includes pre-built libraries and library source code, making it much easier to
535 build a module into a .DLL. 535 build a module into a .DLL.
536 536
537 Open source profiling tools
538 ---------------------------
539
540 For the brave-hearted there are open source tools at `Chromium.org
541 <http://www.chromium.org/nativeclient>`_ that describe how to do profiling on
542 `64-bit Windows
543 <https://sites.google.com/a/chromium.org/dev/nativeclient/how-tos/profiling-nacl -apps-on-64-bit-windows>`_
544 and `Linux
545 <http://www.chromium.org/nativeclient/how-tos/limited-profiling-with-oprofile-on -x86-64>`_
546 machines.
547
548 537
549 .. |menu-icon| image:: /images/menu-icon.png 538 .. |menu-icon| image:: /images/menu-icon.png
550 .. |puzzle| image:: /images/puzzle.png 539 .. |puzzle| image:: /images/puzzle.png
OLDNEW
« no previous file with comments | « native_client_sdk/doc_generated/devguide/devcycle/debugging.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698