'cy run' default interpreter documentation update
authorMark Florisson <markflorisson88@gmail.com>
Sun, 7 Nov 2010 22:21:45 +0000 (23:21 +0100)
committerMark Florisson <markflorisson88@gmail.com>
Sun, 7 Nov 2010 22:21:45 +0000 (23:21 +0100)
src/userguide/debugging.rst

index 9a47cf9a02c2a2648d3928d0fe24fab0b2337646..04a084ab34a59d1b530fdcc1d016b1ed2971210a 100644 (file)
@@ -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