From: Mark Florisson Date: Sun, 7 Nov 2010 22:21:45 +0000 (+0100) Subject: 'cy run' default interpreter documentation update X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dc04ede14c56466943913839d9ffe46c5deccdbb;p=cython.git 'cy run' default interpreter documentation update --- diff --git a/src/userguide/debugging.rst b/src/userguide/debugging.rst index 9a47cf9a..04a084ab 100644 --- a/src/userguide/debugging.rst +++ b/src/userguide/debugging.rst @@ -119,8 +119,10 @@ of these commands are analogous to their respective gdb command. .. function:: cy run - Run the program. The default interpreter is the interpreter cygdb is run - with (but can be overridden using gdb's ``file`` command). + Run the program. The default interpreter is the interpreter that was used + to build your extensions with, or the interpreter ``cygdb`` is run with + in case the "don't import debug information" option was in effect. + The interpreter can be overridden using gdb's ``file`` command. .. function:: cy cont