From: Stefan Kost Date: Wed, 23 Feb 2011 10:31:35 +0000 (+0200) Subject: docs: tell what ORC_CODE=debug is for X-Git-Tag: orc-0.4.15~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6006ff589c890c9f258dcdf66603554230b19c1;p=platform%2Fupstream%2Forc.git docs: tell what ORC_CODE=debug is for --- diff --git a/doc/running.xml b/doc/running.xml index dfb0ccf..496cbf5 100644 --- a/doc/running.xml +++ b/doc/running.xml @@ -42,8 +42,10 @@ At runtime several environment variables can be used to control ORC. This variable can be set to a comma separated list of flags to control the code selection and execution. Supported values are: backup, emulate and - debug. 'Backup' would instruct ORC to select the C based backup functions. - 'Emulate' will run the ORC code through an interpreter. + debug. The value 'backup' would instruct ORC to select the C based backup + functions. Selecting 'emulate' will run the ORC code through an interpreter. + Using 'debug' enables debuggers such as gdb to create useful backtraces from + ORC-generated code