Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / native_client_sdk / src / doc / devguide / devcycle / debugging.rst
index 6a28ddb..14cba30 100644 (file)
@@ -52,10 +52,7 @@ increase the amount of Native Client's diagnostic output by setting the
 following `environment variables
 <http://en.wikipedia.org/wiki/Environment_variable>`_:
 
-* NACL_DEBUG_ENABLE=1
-* PPAPI_BROWSER_DEBUG=1
 * NACL_PLUGIN_DEBUG=1
-* NACL_PPAPI_PROXY_DEBUG=1
 * NACL_SRPC_DEBUG=[1-255] (use a higher number for more verbose debug output)
 * NACLVERBOSITY=[1-255]
 
@@ -248,13 +245,15 @@ that copy in your application's manifest file:
 
   {
     "program": {
-      "pnacl-translate": {
-        "url": "release_version.pexe",
-        "optlevel": 2
-      },
-      "pnacl-debug": {
-        "url": "debug_version.bc",
-        "optlevel": 0
+      "portable": {
+        "pnacl-translate": {
+          "url": "release_version.pexe",
+          "optlevel": 2
+        },
+        "pnacl-debug": {
+          "url": "debug_version.bc",
+          "optlevel": 0
+        }
       }
     }
   }