Index: native_client_sdk/doc_generated/devguide/devcycle/debugging.html |
diff --git a/native_client_sdk/doc_generated/devguide/devcycle/debugging.html b/native_client_sdk/doc_generated/devguide/devcycle/debugging.html |
index ea0e1df28746d589df7c3cce52f98f3b61938471..6c15560fd39ec2680593d6ea5cb232bd5e4ad365 100644 |
--- a/native_client_sdk/doc_generated/devguide/devcycle/debugging.html |
+++ b/native_client_sdk/doc_generated/devguide/devcycle/debugging.html |
@@ -216,7 +216,10 @@ and <code>glibc</code> toolchains both contain the same version of GDB.</p> |
toolchain, you must have a copy of the pexe from <strong>before</strong> running |
<code>pnacl-finalize</code>. The <code>pnacl-finalize</code> tool converts LLVM bitcode |
to the stable PNaCl bitcode format, but it also strips out debug |
-metadata, which we need for debugging.</p> |
+metadata, which we need for debugging. In this section we’ll give the |
+LLVM bitcode file a <code>.bc</code> file extension, and the PNaCl bitcode file |
+a <code>.pexe</code> file extension. The actual extension should not matter, but |
+it helps distinguish between the two types of files.</p> |
<p><strong>Note</strong> unlike the finalized copy of the pexe, the non-finalized debug copy |
is not considered stable. This means that a debug copy of the PNaCl |
application created by a Pepper N SDK is only guaranteed to run |