Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
cython
Commits
dc04ede1
Commit
dc04ede1
authored
Nov 07, 2010
by
Mark Florisson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'cy run' default interpreter documentation update
parent
23fd0614
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/userguide/debugging.rst
src/userguide/debugging.rst
+4
-2
No files found.
src/userguide/debugging.rst
View file @
dc04ede1
...
@@ -119,8 +119,10 @@ of these commands are analogous to their respective gdb command.
...
@@ -119,8 +119,10 @@ of these commands are analogous to their respective gdb command.
.. function:: cy run
.. function:: cy run
Run the program. The default interpreter is the interpreter cygdb is run
Run the program. The default interpreter is the interpreter that was used
with (but can be overridden using gdb'
s
``
file
``
command
).
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
.. function:: cy cont
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment