From dc04ede14c56466943913839d9ffe46c5deccdbb Mon Sep 17 00:00:00 2001 From: Mark Florisson Date: Sun, 7 Nov 2010 23:21:45 +0100 Subject: [PATCH] 'cy run' default interpreter documentation update --- src/userguide/debugging.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.26.2