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
c9ec897b
Commit
c9ec897b
authored
Dec 09, 2010
by
Mark Florisson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update debugger page with experimental note + python 3 usage
parent
53193ff6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
src/userguide/debugging.rst
src/userguide/debugging.rst
+9
-6
No files found.
src/userguide/debugging.rst
View file @
c9ec897b
...
...
@@ -8,7 +8,11 @@ Debugging your Cython program
Cython
comes
with
an
extension
for
the
GNU
Debugger
that
helps
users
debug
Cython
code
.
To
use
this
functionality
,
you
will
need
to
install
gdb
7.2
or
higher
,
build
with
Python
support
(
linked
to
Python
2.5
or
higher
).
higher
,
built
with
Python
support
(
linked
to
Python
2.5
or
higher
).
The
debugger
supports
debuggees
with
versions
2.6
and
higher
.
For
Python
3
,
code
should
be
built
with
Python
3
and
the
debugger
should
be
run
with
Python
2
(
or
at
least
it
should
be
able
to
find
the
Python
2
Cython
installation
).
The
debugger
will
need
debug
information
that
the
Cython
compiler
can
export
.
This
can
be
achieved
from
within
the
setup
...
...
@@ -34,11 +38,9 @@ debug information using the ``--gdb`` flag::
cython --gdb myfile.pyx
.. note:: The debugger is not yet part of Cython, but can currently
be retrieved here:
https://github.com/markflorisson88/cython.
This is a branch of Cython and can as such be used standalone, or
pulled into the mainline Cython branch (https://github.com/cython/cython).
.. note:: The debugger is newly part of Cython 0.14 and as such is still
experimental. CC markflorisson88@gmail.com in your TRAC tickets or
mailing list complaints.
Running the Debugger
=====================
...
...
@@ -77,6 +79,7 @@ argument::
$
cygdb
--
Using
the
Debugger
===================
The
Cython
debugger
comes
with
a
set
of
commands
that
support
breakpoints
,
...
...
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