diff options
author | Stefan Kost <ensonic@users.sf.net> | 2011-02-23 12:31:35 +0200 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2011-05-18 12:28:21 -0700 |
commit | c6006ff589c890c9f258dcdf66603554230b19c1 (patch) | |
tree | beccc438e7441005e30437297447fa551335347b | |
parent | aa3c35b4c07db941b7f41f54d9485ac7c17241b8 (diff) |
docs: tell what ORC_CODE=debug is for
-rw-r--r-- | doc/running.xml | 6 |
1 files changed, 4 insertions, 2 deletions
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. <para> 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 </para> </formalpara> |