projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23fd061
)
'cy run' default interpreter documentation update
author
Mark Florisson
<markflorisson88@gmail.com>
Sun, 7 Nov 2010 22:21:45 +0000
(23:21 +0100)
committer
Mark Florisson
<markflorisson88@gmail.com>
Sun, 7 Nov 2010 22:21:45 +0000
(23:21 +0100)
src/userguide/debugging.rst
patch
|
blob
|
history
diff --git
a/src/userguide/debugging.rst
b/src/userguide/debugging.rst
index 9a47cf9a02c2a2648d3928d0fe24fab0b2337646..04a084ab34a59d1b530fdcc1d016b1ed2971210a 100644
(file)
--- 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