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
a647712f
Commit
a647712f
authored
Nov 13, 2010
by
Mark Florisson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document 'cy finish' and 'cy select'
parent
b011acd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
src/userguide/debugging.rst
src/userguide/debugging.rst
+11
-0
No files found.
src/userguide/debugging.rst
View file @
a647712f
...
...
@@ -133,12 +133,23 @@ of these commands are analogous to their respective gdb command.
Go up and down the stack to what is considered a relevant frame.
.. function:: cy finish
Execute until an upward relevant frame is met or something halts
execution.
.. function:: cy bt
cy backtrace
Print a traceback of all frames considered relevant. The ``-a`` option
makes it print the full traceback (all C frames).
.. function:: cy select
Select a stack frame by number as listed by ``cy backtrace``. This
command is introduced because ``cy backtrace`` prints a reversed stack
trace, so frame numbers differ from gdb's ``bt``.
.. function:: cy print varname
Print a local or global Cython, Python or C variable (depending on the
...
...
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