From c6006ff589c890c9f258dcdf66603554230b19c1 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 23 Feb 2011 12:31:35 +0200 Subject: docs: tell what ORC_CODE=debug is for --- doc/running.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.1